📜  颤动升高的按钮半径 - 任何代码示例

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

代码示例6
RawMaterialButton(
  onPressed: () {},
  elevation: 2.0,
  fillColor: Colors.white,
  child: Icon(
    Icons.pause,
    size: 35.0,
  ),
  padding: EdgeInsets.all(15.0),
  shape: CircleBorder(),
)