getProgressIndicatorColor method

  1. @override
Color? getProgressIndicatorColor()
inherited

Returns the color of the ProgressIndicators.

Implementation

@override
Color? getProgressIndicatorColor() => Colors.blue;