selectedColor property Null safety
final
Color to be used for the chip's background, indicating that it is selected.
The chip is selected when selected is true.
Implementation
@override
final Color? selectedColor;
Color to be used for the chip's background, indicating that it is selected.
The chip is selected when selected is true.
@override
final Color? selectedColor;