SingleSelectiveChipsUiState constructor
const
SingleSelectiveChipsUiState({
- required Iterable<
SingleSelectiveChipUiState> chips, - @Default.new(SingleSelectiveChipSizeType.regular) SingleSelectiveChipSizeType sizeType,
Implementation
const factory SingleSelectiveChipsUiState({
required Iterable<SingleSelectiveChipUiState> chips,
@Default(SingleSelectiveChipSizeType.regular) SingleSelectiveChipSizeType sizeType,
}) = _SingleSelectiveChipsUiState;