📅  最后修改于: 2022-03-11 14:57:23.835000             🧑  作者: Mango
ElevatedButton(
style: ElevatedButton.styleFrom(
minimumSize: Size(150, 48), // takes postional arguments as width and height
),
),
OR
// Wrap the ElevatedButton inside a SizedBox or a Container and set your with and height