stopIndicatorColor property

Color? stopIndicatorColor
final

The color of the stop indicator.

If year2023 is false or ThemeData.useMaterial3 is false, then no stop indicator will be drawn.

If null, then the ProgressIndicatorThemeData.stopIndicatorColor will be used. If that is null, then the ColorScheme.primary will be used.

Implementation

final Color? stopIndicatorColor;