Flutter IconButton点击阴影效果去除
IconButton 长按时会有一层类似evelotion的阴影效果 但是IconButton并没有evelotion这个参数
我们可以通过设置
splashColor: Colors.transparent,
highlightColor: Colors.transparent,
这两个参数达到消除”阴影的效果“
IconButton 长按时会有一层类似evelotion的阴影效果 但是IconButton并没有evelotion这个参数
我们可以通过设置
splashColor: Colors.transparent,
highlightColor: Colors.transparent,
这两个参数达到消除”阴影的效果“