indicatorColor property

Color? indicatorColor
final

The color of the indicatorShape when this destination is selected.

If this is null, NavigationDrawerThemeData.indicatorColor is used. If that is also null, defaults to ColorScheme.secondaryContainer.

Implementation

final Color? indicatorColor;