ElevatedButton(
style: ElevatedButton.styleFrom(
primary: Colors.amber,
),
child: Text('ElevatedButton'),
onPressed: () {},
),
style: ElevatedButton.styleFrom(
primary: Colors.purple,
),