indicatorColor property

Color? indicatorColor
final

The color of the line that appears below the selected tab.

If this parameter is null, then the value of the Theme's indicatorColor property is used.

If indicator is specified or provided from TabBarTheme, this property is ignored.

Implementation

final Color? indicatorColor;