ButtonConfig class
Constructors
- ButtonConfig({required String buttonText, TextStyle? textStyle, double height = 55, double minWidth = 100, Color buttonColor = AppColors.activButtonColor, Color buttonBorderColor = AppColors.borderButtonColor, Color textColor = AppColors.black, Color loaderColor = AppColors.white, Widget? titleWidget, bool addBorder = false, bool isBusy = false})
-
const
Properties
- addBorder → bool
-
final
-
final
-
final
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
final
- isBusy → bool
-
final
- loaderColor → Color
-
final
- minWidth → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textColor → Color
-
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