flutter 按钮点击后的样式

FlatButton( // FlatButton 这个按钮点击后是不出现边框的
  highlightColor: Colors.transparent, // 按下时的颜色 
  splashColor: Colors.transparent, // 点击后的 水波纹颜色,按下松开会有水波纹效果 child: Text("")
)
原文地址:https://www.cnblogs.com/lude1994/p/13891788.html