flutter 添加点击事件的所有方式
- 使用GestureDetector组件
- 使用InkWell组件
- 使用FlatButton组件
- 使用RaisedButton组件
- 使用IconButton组件
- 使用GestureDetector + InkWell组合
- 使用GestureDetector + FlatButton组合
- 使用GestureDetector + RaisedButton组合
- 使用GestureDetector + IconButton组合
- 使用InkResponse组件
- 使用GestureDetector + InkResponse组合
原文地址: https://www.cveoy.top/t/topic/c8rD 著作权归作者所有。请勿转载和采集!