Repository URL to install this package:
|
Version:
0.28.0.dev4833 ▾
|
from flet.controls.material.elevated_button import ElevatedButton
__all__ = ["Button"]
class Button(ElevatedButton):
"""
Elevated buttons or Buttons are essentially filled tonal buttons with a shadow. To prevent shadow creep, only use them when absolutely necessary, such as when the button requires visual separation from a patterned background.
Online docs: https://flet.dev/docs/controls/elevatedbutton
"""