activeTextColorList property

List<Color> activeTextColorList
getter/setter pair

The text color of an active ChoiceChip.

// If you want to customize the active 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.white.

Implementation

List<Color> activeTextColorList;