Flutter 设置 button的宽高
May 30, 2022
2 min read
SizedBox( width:
100
,
// <-- Your width
height:
50
,
// <-- Your height
child: ElevatedButton(...) )