Lines Matching refs:Text
23 Text('item 1')
25 Text('item 2')
41 - Text组件的非必选参数content。
45 Text('test')
47 Text($r('app.string.title_value'))
49 Text()
54 例如,设置变量或表达式来构造Image和Text组件的参数。
59 Text(`count: ${this.count}`)
68 - 配置Text组件的字体大小。
71 Text('test')
87 Text('hello')
95 例如,可以按以下方式配置Text组件的颜色和字体样式。
98 Text('hello')
165 Text('Hello')
168 Text(this.myText)