Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flet / controls / material / button.py
Size: Mime:
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.
    """