개발/Flutter
How to setting Theme of flutter circular Progress Indicator bar Color
dev_caleb
2022. 1. 31. 17:03
728x90
theme: ThemeData(
progressIndicatorTheme: ProgressIndicatorThemeData(
color: circularProgressbarColor //put color you want!
),)
728x90