Repository URL to install this package:
Version:
0.70.0.dev5557 ▾
|
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.
"""