lon*_*ong 5 gesture gesturedetector flutter
我的代码是:
GestureDetector(
child: Text('text'),
onLongPress: () {
print('++++++++++++++++++++++++');
},
onVerticalDragUpdate: (updateDetails) {
print('******************************************');
},
onHorizontalDragUpdate: (updateDetails){
print('-----------------------------------');
},
),
Run Code Online (Sandbox Code Playgroud)
当我触发onLongPress事件时,onVerticalDragUpdate事件不会被触发。为什么?
| 归档时间: |
|
| 查看次数: |
245 次 |
| 最近记录: |