Flutterラボ
【Flutter】CircularProgressIndicatorの色を変更する
#Flutter#dart#ハッチアウトスクール
CircularProgressIndicator(
    backgroundColor: Colors.red,
    valueColor: AlwaysStoppedAnimation<Color>(Colors.green)
)

このようにプロパティを変更すると、色を変えることができます。

リンク

ハッチアウトスクール A new Flutter application.ハッチアウトスクールの公式サイトです hatchout.net