Repository URL to install this package:
|
Version:
0.70.0.dev5730 ▾
|
from flet.controls.base_control import control
from flet.controls.material.button import Button
@control("FilledButton")
class FilledButton(Button):
"""
Filled buttons have the most visual impact after the
[`FloatingActionButton`][flet.FloatingActionButton], and is typically used for
important, final actions that complete a flow, like "Save",
"Join now", or "Confirm".
"""
pass