indicatorColor property

  1. @Deprecated('Use TabBarThemeData.indicatorColor instead. ' 'This feature was deprecated after v3.28.0-1.0.pre.')
Color indicatorColor
final

The color of the selected tab indicator in a tab bar.

Implementation

@Deprecated(
  'Use TabBarThemeData.indicatorColor instead. '
  'This feature was deprecated after v3.28.0-1.0.pre.',
)
final Color indicatorColor;