We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebc2875 + 6e7e5a2 commit a00657cCopy full SHA for a00657c
python/controls/elevated-buttons/button-shapes.py
@@ -20,7 +20,7 @@ def main(page: ft.Page):
20
ft.ElevatedButton(
21
"Continuous rectangle",
22
style=ft.ButtonStyle(
23
- shape=ft.CountinuosRectangleBorder(radius=30),
+ shape=ft.ContinuousRectangleBorder(radius=30),
24
),
25
26
0 commit comments