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 typically defined by the FlexColorScheme.tabBarStyle property. This property is an override that offers more quick config options by allowing picking a color from the effective ColorScheme.

Implementation

final SchemeColor? tabBarIndicatorSchemeColor;