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