flutter theme button color code example
Example: elevated Button Theme background color in flutter
style: ElevatedButton.styleFrom(
primary: Colors.purple,
),
style: ElevatedButton.styleFrom(
primary: Colors.purple,
),