style: ElevatedButton.styleFrom(
primary: MyColors.color_main,
//change background color of button
onPrimary: Colors.white,
//change text color of button
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(25),
),
ElevatedButton设置背景与字体颜色
最新推荐文章于 2023-12-18 18:40:01 发布