indicatorColor property

Color? indicatorColor
final

The color of the indicatorShape when this destination is selected.

If null, NavigationBarThemeData.indicatorColor is used. If that is also null and ThemeData.useMaterial3 is true, ColorScheme.secondaryContainer is used. Otherwise, ColorScheme.secondary with an opacity of 0.24 is used.

Implementation

final Color? indicatorColor;