QdsRoundButtonUiState constructor
const
QdsRoundButtonUiState({
- required QdsRoundButtonLabelType buttonLabelType,
- required QdsRoundButtonColorType buttonColorType,
- @Default(QdsBoxButtonState.active()) QdsBoxButtonState state,
- @Default(true) bool enable,
- @Default(400) int debounceTime,
Implementation
const factory QdsRoundButtonUiState({
required QdsRoundButtonLabelType buttonLabelType,
required QdsRoundButtonColorType buttonColorType,
@Default(QdsBoxButtonState.active()) QdsBoxButtonState state,
@Default(true) bool enable,
@Default(400) int debounceTime,
}) = _QdsRoundButtonUiState;