ElevatedButton(
style: ButtonStyle(
backgroundColor: MaterialStateProperty.all(Colors.amberAccent)),
onPressed: () {},
child: const Text(
"Hover Me",
style: TextStyle(
fontSize: 20,
),
),
),