How to Change the Color of ElevatedButton in Flutter
The ElevatedButton is the ready to go button for flutter. I already have a blog post on adding ElevatedButton in flutter. Now, let’s check how to change the color of the elevated button in flutter. By default, the elevated button inherits a blue color. We can tweak the default style using the style parameter and …
How to Change the Color of ElevatedButton in Flutter Read More »