QdsBoxButtonUiState class

Available extensions
Annotations
  • @freezed

Constructors

QdsBoxButtonUiState.new({required QdsBoxButtonLabelType buttonLabelType, required QdsBoxButtonColorType buttonColorType, required QdsBoxButtonSizeType buttonSizeType, @Default(QdsBoxButtonState.active()) QdsBoxButtonState state, @Default(true) bool enable, @Default(400) int debounceTime})
const
factory

Properties

buttonColor Color

Available on QdsBoxButtonUiState, provided by the QdsBoxButtonUiStateExtension extension

no setter
buttonColorType QdsBoxButtonColorType
no setterinherited
buttonLabelType QdsBoxButtonLabelType
no setterinherited
buttonSizeType QdsBoxButtonSizeType
no setterinherited
copyWith → $QdsBoxButtonUiStateCopyWith<QdsBoxButtonUiState>
Create a copy of QdsBoxButtonUiState 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 QdsBoxButtonUiState, provided by the QdsBoxButtonUiStateExtension extension

no setter
iconColor Color

Available on QdsBoxButtonUiState, provided by the QdsBoxButtonUiStateExtension extension

no setter
iconSize double

Available on QdsBoxButtonUiState, provided by the QdsBoxButtonUiStateExtension extension

no setter
radiusSize double

Available on QdsBoxButtonUiState, provided by the QdsBoxButtonUiStateExtension extension

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

Available on QdsBoxButtonUiState, provided by the QdsBoxButtonUiStateExtension extension

no setter
textStyle TextStyle

Available on QdsBoxButtonUiState, provided by the QdsBoxButtonUiStateExtension extension

no setter
verticalPaddingSize double

Available on QdsBoxButtonUiState, provided by the QdsBoxButtonUiStateExtension 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