ButtonUiState class

Available extensions
Annotations
  • @freezed

Constructors

ButtonUiState({required ButtonLabelType buttonLabelType, @Default.new(ButtonState.active) ButtonState state, required ButtonColorType buttonColorType, required ButtonSizeType buttonSizeType})
const
factory

Properties

buttonColor → Color

Available on ButtonUiState, provided by the ButtonUiStateExtension extension

no setter
buttonColorType → ButtonColorType
no setterinherited
buttonLabelType → ButtonLabelType
no setterinherited
buttonSizeType → ButtonSizeType
no setterinherited
copyWith → $ButtonUiStateCopyWith<ButtonUiState>
Create a copy of ButtonUiState with the given fields replaced by the non-null parameter values.
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
horizontalPaddingSize → double

Available on ButtonUiState, provided by the ButtonUiStateExtension extension

no setter
iconColor → Color

Available on ButtonUiState, provided by the ButtonUiStateExtension extension

no setter
iconSize → double

Available on ButtonUiState, provided by the ButtonUiStateExtension extension

no setter
radiusSize → double

Available on ButtonUiState, provided by the ButtonUiStateExtension extension

no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state → ButtonState
no setterinherited
textColor → Color

Available on ButtonUiState, provided by the ButtonUiStateExtension extension

no setter
textStyle → TextStyle

Available on ButtonUiState, provided by the ButtonUiStateExtension extension

no setter
verticalPaddingSize → double

Available on ButtonUiState, provided by the ButtonUiStateExtension extension

no setter

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