to Change Background color of Elevated Button in Flutter Elevated Button has a style Property And style property need ButtonStyle(). ButtonStyle has backgroundColor property which requires MaterialStateProperty. You can simply assign background color by MaterialStateProperty. all<Color>(Colors.
Read moreIs Raised button deprecated in flutter?
This class is deprecated , please use ElevatedButton instead. The original classes will eventually be removed, please migrate code that uses them. There’s a detailed migration guide for the new button and button theme classes in flutter.
Read moreHow do you make a RaisedButton in flutter?
Explanation:
Read more