indicatorColor property

Color? indicatorColor
finalinherited

Indicator color during asynchronous processing. If null, color and circularTrackColor of ThemeData.progressIndicatorTheme are used. Cannot be specified if indicator is specified.

Implementation

final Color? indicatorColor;