📜  圆形升高按钮颤动 - 任何代码示例

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

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