Skip to content

Commit

Permalink
README minor fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Xynonners committed Nov 17, 2023
1 parent be84f7a commit 2612e6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def test(page: ft.Page, builder: Builder) -> None:
row.controls.append(ft.ElevatedButton("FletBox"))
builder.ElevatedButton("FletBox")
textfield = builder.TextField(label="FletBox", text_size=20)
return builder #you may return builder as optional, if you want to swap it
```

Access via internal value as following
Expand All @@ -151,4 +152,5 @@ def test(page: ft.Page) -> None:
row.controls.append(ft.ElevatedButton("FletBox"))
builder.ElevatedButton("FletBox")
textfield = builder.TextField(label="FletBox", text_size=20)
return builder #you may return builder as optional, if you want to swap it
```

0 comments on commit 2612e6c

Please sign in to comment.