我希望使用一种不可见的高光颜色来做您想要的事情:
new FlatButton({ ... splashColor: Colors.transparent, highlightColor: Colors.transparent, // makes highlight invisible too})
我希望使用一种不可见的高光颜色来做您想要的事情:
new FlatButton({ ... splashColor: Colors.transparent, highlightColor: Colors.transparent, // makes highlight invisible too})