inactiveBgColorList property Null safety
read / write
The background color of an inactive ChoiceChip.
background color of each ChoiceChip, then set the color of each one here in order.
If you want to use a single color for all chips, then set only one color here.
Defults to Colors.white.
Implementation
// If you want to customize the inactive
/// background color of each [ChoiceChip], then set
/// the color of each one here in order.
///
/// If you want to use a single color
/// for all chips, then set only one color here.
///
/// Defults to [Colors.white].
List<Color> inactiveBgColorList;