MultiSelectiveChipUiState class
sealed
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