📜  图标作为按钮颤动 - 任何代码示例

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

代码示例1
IconButton(
            icon: Icon(
              Icons.directions_transit,
            ),
            iconSize: 50,
            color: Colors.green,
            splashColor: Colors.purple,
            onPressed: () {},
          ),