activeBgColorList property Null safety
read / write
The background color of an active ChoiceChip.
active 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.blue.
Implementation
// If you want to customize the
/// active 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.blue].
List<Color> activeBgColorList;