📅  最后修改于: 2022-03-11 14:48:05.030000             🧑  作者: Mango
ElevatedButton(
style: ButtonStyle(
backgroundColor: MaterialStateProperty.all(Colors.amberAccent)),
onPressed: () {},
child: const Text(
"Hover Me",
style: TextStyle(
fontSize: 20,
),
),
),