inactiveTextColorList property

List<Color> inactiveTextColorList
getter/setter pair

The text color of an inactive ChoiceChip.

If you want to customize the inactive text 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

List<Color> inactiveTextColorList;