BlincButtonTheme class abstract
The blueprint for creating new BlincButton themes
- Implementers
Constructors
- BlincButtonTheme.new({required Color backgroundColor, required Color hoverColor, required Color pressedColor, required Color focusColor, required Color disabledColor, required Color backgroundFontColor, required Color hoverFontColor, required Color pressedFontColor, required Color focusedFontColor, required Color disabledFontColor, required Color focusedBorderColor, required Color loadingSpinnerColor})
Properties
- backgroundColor → Color
-
The standard background color
final
- backgroundFontColor → Color
-
The default font color
final
- disabledColor → Color
-
The background disabled color
final
- disabledFontColor → Color
-
The disabled font color
final
- focusColor → Color
-
The background focused color
final
- focusedBorderColor → Color
-
The focused border color
final
- focusedFontColor → Color
-
The focused font color
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hoverColor → Color
-
The background hover color
final
- hoverFontColor → Color
-
The hover font color
final
- loadingSpinnerColor → Color
-
The loading spinner main color
final
- pressedColor → Color
-
The background pressed color
final
- pressedFontColor → Color
-
The pressed font color
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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