📜  删除 iconbutton 填充颤动 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:12.079000             🧑  作者: Mango

代码示例1
Container(
  padding: const EdgeInsets.all(0.0),
  width: 30.0, // you can adjust the width as you need
  child: IconButton(
  ),
),