activeBorderColorList property Null safety
read / write
If you want to customize the border color of each active ChoiceChip, then set the color of each here, in order.
If you want to use a single color for all chips, whilst they're active, then set only one color here.
Defaults to Colors.white.
Implementation
List<Color> activeBorderColorList;