MUIGradientBlockButton class

A customizable gradient block level button by ModularUI with optional icons.

Inheritance

Constructors

MUIGradientBlockButton.new({Key? key, required String text, required VoidCallback onPressed, Gradient bgGradient = const LinearGradient(colors: [Colors.black, Colors.grey]), Color textColor = Colors.white, double borderRadius = 10, bool hapticsEnabled = false, int animationDuration = 250, double widthFactorPressed = 0.95, double heightFactor = 0.05, IconData? leadingIcon, IconData? actionIcon, Color iconColor = Colors.white, double widthFactor = 0.98, List<BoxShadow>? boxShadows})
const

Properties

actionIcon IconData?
Optional action icon for the button.
final
animationDuration int
Animation Duration in Milliseconds, default: 250 ms
final
bgGradient Gradient
Background Gradient of The Gradient Block Button, default: Black and grey
final
borderRadius double
Border Radius for Gradient Block Button, default: 10
final
boxShadows List<BoxShadow>?
Box shadows for button
final
hapticsEnabled bool
Enables Light Haptic Feedback
final
hashCode int
The hash code for this object.
no setterinherited
heightFactor double
A double value which gets multiplied by the current screen height determines the height of the button
final
iconColor Color
Icon color for both leading and action icons, default: white.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
leadingIcon IconData?
Optional leading icon for the button.
final
onPressed VoidCallback
On Pressed Function
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The Text to display inside the button
final
textColor Color
Text Color of the Gradient Block Button, default: white
final
widthFactor double
A double value which gets multiplied with current screen width when button is not pressed
final
widthFactorPressed double
A double value which gets multiplied by the current screen width when button is pressed
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<MUIGradientBlockButton>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited