FlatButton( // FlatButton 这个按钮点击后是不出现边框的
highlightColor: Colors.transparent, // 按下时的颜色
splashColor: Colors.transparent, // 点击后的 水波纹颜色,按下松开会有水波纹效果 child: Text("")
)
FlatButton( // FlatButton 这个按钮点击后是不出现边框的
highlightColor: Colors.transparent, // 按下时的颜色
splashColor: Colors.transparent, // 点击后的 水波纹颜色,按下松开会有水波纹效果 child: Text("")
)