ButtonLoadingModifier class
Constructors
- ButtonLoadingModifier({required OudsButtonLayout layout, required OudsButtonHierarchy hierarchy, OudsButtonStyle? style, String? label})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hierarchy → OudsButtonHierarchy
-
final
- label → String?
-
final
- layout → OudsButtonLayout
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → OudsButtonStyle?
-
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
Static Methods
-
getBackgroundToken(
BuildContext context, OudsButtonHierarchy hierarchy) → Color -
getBorderColor(
BuildContext context, OudsButtonHierarchy hierarchy) → BorderSide -
getColorToken(
BuildContext context, OudsButtonHierarchy hierarchy) → Color