How To Change Primary Color In Flutter

[Solved] How To Change Primary Color In Flutter | Dart - Code Explorer | yomemimo.com
Question : how to access to primary color flutter

Answered by : grumpy-goldfinch-odsco20qj8jc

Color color = Theme.of(context).primaryColor;

Source : https://stackoverflow.com/questions/57494020/how-to-get-theme-color-inside-the-widget-in-flutter | Last Update : Sat, 21 Aug 21

Answers related to how to change primary color in flutter

Code Explorer Popular Question For Dart