HubbleButtonStateVariant<T> class
- Available extensions
Constructors
- HubbleButtonStateVariant({required T enabled, required T disabled, required T pressed, required T caution, required T progress, required T success, required T grey})
-
const
- HubbleButtonStateVariant.all(T value)
-
const
Properties
Methods
-
copyUpdateAll(
{double? fontSize, Color? color, FontWeight? fontWeight}) → HubbleButtonStateVariant< TextStyle> -
Available on HubbleButtonStateVariant<
TextStyle> , provided by the TextStyleVariantExt extension -
copyWith(
{T? enabled, T? disabled, T? pressed, T? caution, T? progress, T? success, T? grey}) → HubbleButtonStateVariant< T> -
fromState(
HubbleButtonState state) → T -
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