ButtonConfig class

Constructors

ButtonConfig({required double amount, TextStyle? textStyle, double height = 55, double minWidth = 100, required String buttonColor, Color? buttonBorderColor, String textColor = '000000', String loaderColor = 'FFFFFF', Widget? titleWidget, bool addBorder = false})
const

Properties

addBorder bool
final
amount double
final
buttonBorderColor Color?
final
buttonColor String
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
loaderColor String
final
minWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor String
final
textStyle TextStyle?
final
titleWidget Widget?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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