MUILoadingButton class

Inheritance

Constructors

MUILoadingButton.new({Key? key, required String text, required Future onPressed(), String loadingStateText = '', Color bgColor = Colors.black, Color textColor = Colors.white, Color loadingStateBackgroundColor = Colors.grey, Color loadingStateTextColor = Colors.white, double borderRadius = 10, int animationDuration = 250, bool hapticsEnabled = false, double widthFactorUnpressed = 0.04, double widthFactorPressed = 0.035, double heightFactorUnPressed = 0.03, double heightFactorPressed = 0.025, double maxHorizontalPadding = 50, IconData? leadingIcon, IconData? actionIcon, Color iconColor = Colors.white, List<BoxShadow>? boxShadows})
const

Properties

actionIcon IconData?
Optional action icon for the button.
final
animationDuration int
Animation duration in milliseconds, default value is 250ms
final
bgColor Color
Background color of the loading button
final
borderRadius double
Border radius, default value is 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
heightFactorPressed double
A double value which gets multiplied by the current screen height when the button is pressed
final
heightFactorUnPressed double
A double value which gets multiplied by the current screen height when the button is not pressed
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
loadingStateBackgroundColor Color
Background Color when the button is in the loading state
final
loadingStateText String
Text to be shown when the widget is in the loading state, empty string by default
final
loadingStateTextColor Color
Text Color when the button is in the loading state
final
maxHorizontalPadding double
A double value which determines maximum horizontal padding a button can accumulate Play with this value if you want to use the button on a larger screen size
final
onPressed Future Function()
Future Function to be passed, must be awaited
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Text for Loading Button
final
textColor Color
Text color of the loading button
final
widthFactorPressed double
A double value which gets multiplied by the current screen width when the button is pressed
final
widthFactorUnpressed double
A double value which gets multiplied by the current screen width when the button is not pressed
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<MUILoadingButton>
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