getProgressIndicatorColor method

  1. @override
Color? getProgressIndicatorColor()

Returns the color of the ProgressIndicators.

Implementation

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