QdsRoundButtonUiState constructor

const QdsRoundButtonUiState({
  1. required QdsRoundButtonLabelType buttonLabelType,
  2. required QdsRoundButtonColorType buttonColorType,
  3. @Default.new(QdsBoxButtonState.active()) QdsBoxButtonState state,
  4. @Default.new(true) bool enable,
  5. @Default.new(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;