indicatorColor property
final
Overrides the default value of NavigationRail's selection indicator color, when useIndicator is true.
If this is null, NavigationRailThemeData.indicatorColor is used. If that is null, defaults to ColorScheme.secondaryContainer.
Implementation
final Color? indicatorColor;