Closed InesaFitsner closed 3 weeks ago
Button control that creates ElevatedButton
Button
ElevatedButton
fixes #4253
import flet as ft def main(page: ft.Page): page.title = "Basic elevated buttons" page.add( ft.Button(text="Button"), ft.Button("Disabled button", disabled=True), ) ft.app(target=main)
[X] I signed the CLA.
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] My changes generate no new warnings
[ ] New and existing tests pass locally with my changes
[ ] I have made corresponding changes to the documentation (if applicable)
Description
Button
control that createsElevatedButton
fixes #4253
Test Code
Type of change
Checklist:
[X] I signed the CLA.
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] My changes generate no new warnings
[ ] New and existing tests pass locally with my changes
[ ] I have made corresponding changes to the documentation (if applicable)
Screenshots (if applicable):
Additional details