SingleSelectiveChipsUiState constructor

const SingleSelectiveChipsUiState({
  1. required Iterable<SingleSelectiveChipUiState> chips,
  2. @Default.new(SingleSelectiveChipSizeType.regular) SingleSelectiveChipSizeType sizeType,
})

Implementation

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