728x90 Color2 How to save Color data in flutter We use Color value in flutter many time. But I didn't know how to save the Color data in DataBase(I use Firebase). I recommend use int. You can extract int value as add ".value"; and You can make Color class with int value easily. (Ex. Color(int)) 2022. 12. 1. How to setting Theme of flutter circular Progress Indicator bar Color theme: ThemeData( progressIndicatorTheme: ProgressIndicatorThemeData( color: circularProgressbarColor //put color you want! ),) 2022. 1. 31. 이전 1 다음 728x90