📅  最后修改于: 2022-03-11 14:48:05.279000             🧑  作者: Mango
RaisedButton(
onPressed: () {},
color: Colors.amber,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(10)),
child: Text("Click This"),
)