MultiSelectiveNormalChipUiState class abstract

Implemented types

Constructors

MultiSelectiveNormalChipUiState.new({required bool isSelected, required ChipUiProperties chipUiProperties})
const
factory

Properties

chipUiProperties ChipUiProperties
no setter
copyWith → _$$MultiSelectiveNormalChipUiStateImplCopyWith<_$MultiSelectiveNormalChipUiStateImpl>
Create a copy of MultiSelectiveChipUiState with the given fields replaced by the non-null parameter values.
no setter
hashCode int
The hash code for this object.
no setterinherited
isSelected bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult normal(MultiSelectiveNormalChipUiState value), required TResult custom(MultiSelectiveCustomChipUiState value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? normal(MultiSelectiveNormalChipUiState value)?, TResult? custom(MultiSelectiveCustomChipUiState value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult normal(MultiSelectiveNormalChipUiState value)?, TResult custom(MultiSelectiveCustomChipUiState value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult normal(bool isSelected, ChipUiProperties chipUiProperties)?, TResult custom(bool isSelected, String iconAsset, Color borderColor, Color backgroundColor, Color textColor, ChipUiProperties chipUiProperties, Color? selectedTextColor, Color? selectedBorderColor, Color? selectedBackgroundColor)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult normal(bool isSelected, ChipUiProperties chipUiProperties), required TResult custom(bool isSelected, String iconAsset, Color borderColor, Color backgroundColor, Color textColor, ChipUiProperties chipUiProperties, Color? selectedTextColor, Color? selectedBorderColor, Color? selectedBackgroundColor)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? normal(bool isSelected, ChipUiProperties chipUiProperties)?, TResult? custom(bool isSelected, String iconAsset, Color borderColor, Color backgroundColor, Color textColor, ChipUiProperties chipUiProperties, Color? selectedTextColor, Color? selectedBorderColor, Color? selectedBackgroundColor)?}) → TResult?
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited