tabBarIndicatorSchemeColor property

SchemeColor? tabBarIndicatorSchemeColor
final

Defines which Theme based ColorScheme based color the TabBar indicator uses.

If not defined ,it defaults to the same color as selected tab icon and text. The themed icon color and label color of tabs are defined by the FlexColorScheme.tabBarStyle property.

Implementation

final SchemeColor? tabBarIndicatorSchemeColor;