indicatorColors property

List<Color> indicatorColors
final

Optional list of colors for the active indicator. If supplied, must have a length of one or the same length as iconData. A length of 1 indicates a single color for all tabs.

Implementation

final List<Color> indicatorColors;