flutter_typeahead icon indicating copy to clipboard operation
flutter_typeahead copied to clipboard

Change loading color?

Open Naografix opened this issue 4 years ago • 1 comments

Hello, it's not really an issue but I want to know how can I change the loading animation color?

Thank you, continue this amazing works!

Naografix avatar Sep 29 '20 17:09 Naografix

Hello, I've found a solution for this. You just need to change your apps primaryColor in ThemeData() for changing the color the loading animation.

You can do it like that: primaryColor: Colors.deepOrangeAccent, colorScheme: ColorScheme.fromSwatch(primarySwatch: Colors.deepOrange) (In my case my accentColor is deepOrangeAccent)

You can find ThemeData in your app in your root widget.

Hope it helps!

capemsx avatar Oct 31 '21 17:10 capemsx