一、去除按钮的水波纹
//其他各类按钮 类似以下方法
FlatButton(
//取消点击水波纹
splashColor: Colors.transparent,
highlightColor: Colors.transparent,
child : ...
)
一、去除按钮的水波纹
//其他各类按钮 类似以下方法
FlatButton(
//取消点击水波纹
splashColor: Colors.transparent,
highlightColor: Colors.transparent,
child : ...
)