QdsRoundButtonUiState class

Available extensions
Annotations
  • @freezed

Constructors

QdsRoundButtonUiState({required QdsRoundButtonLabelType buttonLabelType, required QdsRoundButtonColorType buttonColorType, @Default.new(QdsBoxButtonState.active()) QdsBoxButtonState state, @Default.new(true) bool enable, @Default.new(400) int debounceTime})
const
factory

Properties

buttonColor → Color

Available on QdsRoundButtonUiState, provided by the QdsRoundButtonUiStateExtension extension

no setter
buttonColorType → QdsRoundButtonColorType
no setterinherited
buttonLabelType → QdsRoundButtonLabelType
no setterinherited
copyWith → $QdsRoundButtonUiStateCopyWith<QdsRoundButtonUiState>
Create a copy of QdsRoundButtonUiState with the given fields replaced by the non-null parameter values.
no setterinherited
debounceTime → int
no setterinherited
enable → bool
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
horizontalPaddingSize → double

Available on QdsRoundButtonUiState, provided by the QdsRoundButtonUiStateExtension extension

no setter
iconColor → Color

Available on QdsRoundButtonUiState, provided by the QdsRoundButtonUiStateExtension extension

no setter
iconSize → double

Available on QdsRoundButtonUiState, provided by the QdsRoundButtonUiStateExtension extension

no setter
radiusSize → double

Available on QdsRoundButtonUiState, provided by the QdsRoundButtonUiStateExtension extension

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

Available on QdsRoundButtonUiState, provided by the QdsRoundButtonUiStateExtension extension

no setter
textStyle → TextStyle

Available on QdsRoundButtonUiState, provided by the QdsRoundButtonUiStateExtension extension

no setter
verticalPaddingSize → double

Available on QdsRoundButtonUiState, provided by the QdsRoundButtonUiStateExtension 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