📌  相关文章
📜  如何更改提升按钮颤动的高度 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:23.835000             🧑  作者: Mango

代码示例1
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