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