Pushable Button
A 3D pushable button built in Flutter. Ideal for important CTAs in the app.
Usage
Configurable Properties
- child: child widget (normally a
Text
orIcon
) - height: height of the top layer
- elevation: elevation or "gap" between the top and bottom layer
- hslColor: color of the top layer.
HSLColor
is used instead ofColor
so that the bottom layer is automatically calculated by reducing the luminosity - shadow: an optional shadow to make the button look better
- onPressed: button callback