MultiSelectiveChipUiState.custom constructor
const
MultiSelectiveChipUiState.custom({})
Implementation
const factory MultiSelectiveChipUiState.custom({
required bool isSelected,
required String iconAsset,
required Color borderColor,
required Color backgroundColor,
required Color textColor,
required ChipUiProperties chipUiProperties,
Color? selectedTextColor,
Color? selectedBorderColor,
Color? selectedBackgroundColor,
}) = MultiSelectiveCustomChipUiState;