Lines Matching refs:Text
29 // @Extend(Text) supports the private attribute fontColor of the <Text> component.
30 @Extend(Text) function fancy () {
34 @Extend(Text) function superFancyText(size:number) {
45 @Extend(Text) function fancy (fontSize: number) {
55 Text('Fancy')
57 Text('Fancy')
67 @Extend(Text) function makeMeClick(onClick: () => void) {
83 Text(`${this.label}`)
93 @Extend(Text) function fancy (fontSize: number) {
104 Text('Fancy')
132 @Extend(Text) function fancy (fontSize: number) {
138 Text('Fancy')
149 @Extend(Text) function fancy (fontSize: number) {
159 Text('Fancy')
169 …mple declares three **Text** components. The **fontStyle**, **fontWeight**, and **backgroundColor*…
180 Text(`${this.label}`)
184 Text(`${this.label}`)
188 Text(`${this.label}`)
201 @Extend(Text) function fancyText(weightValue: number, color: Color) {
219 Text(`${this.label}`)
221 Text(`${this.label}`)
223 Text(`${this.label}`)