getProgressIndicatorColor method

  1. @override
Color? getProgressIndicatorColor()

Returns the color of the ProgressIndicators.

Implementation

@override
Color? getProgressIndicatorColor() => isDark ? Colors.grey : Colors.black;