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

caution → T
final
disabled → T
final
enabled → T
final
grey → T
final
hashCode int
The hash code for this object.
no setterinherited
pressed → T
final
progress → T
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success → T
final

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