Skip to content

Commit cedb561

Browse files
committed
Update merged docs via GitHub Action
1 parent e6b1d86 commit cedb561

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10619,6 +10619,28 @@ The TextInput Widget enables the rendering of interactive text input fields, all
1061910619

1062010620
Display and style text within your application.
1062110621

10622+
```yaml
10623+
Text:
10624+
spans:
10625+
- text: "Read our "
10626+
- text: "Terms of Service"
10627+
textStyle:
10628+
color: 0xff4b93e7
10629+
decoration: underline
10630+
onTap:
10631+
navigateScreen:
10632+
name: HelpScreen
10633+
- text: " and "
10634+
- widget:
10635+
Icon:
10636+
name: info
10637+
size: 18
10638+
- text: " for more details."
10639+
styles:
10640+
textStyle:
10641+
fontSize: 16
10642+
```
10643+
1062210644
---
1062310645

1062410646

public/llms-full.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10619,6 +10619,28 @@ The TextInput Widget enables the rendering of interactive text input fields, all
1061910619

1062010620
Display and style text within your application.
1062110621

10622+
```yaml
10623+
Text:
10624+
spans:
10625+
- text: "Read our "
10626+
- text: "Terms of Service"
10627+
textStyle:
10628+
color: 0xff4b93e7
10629+
decoration: underline
10630+
onTap:
10631+
navigateScreen:
10632+
name: HelpScreen
10633+
- text: " and "
10634+
- widget:
10635+
Icon:
10636+
name: info
10637+
size: 18
10638+
- text: " for more details."
10639+
styles:
10640+
textStyle:
10641+
fontSize: 16
10642+
```
10643+
1062210644
---
1062310645

1062410646

0 commit comments

Comments
 (0)