indicatorColor property

Color? indicatorColor
final

You can change the color of the CircularProgressIndicator when it is displayed when loading is not specified.

loadingを指定しない場合にCircularProgressIndicatorを表示するときにその色を変えることができます。

Implementation

final Color? indicatorColor;