onPanDown method
Implementation
Widget onPanDown(Function(DragDownDetails) onPanDown) {
return GestureDetector(
onPanDown: onPanDown,
child: this,
);
}
Widget onPanDown(Function(DragDownDetails) onPanDown) {
return GestureDetector(
onPanDown: onPanDown,
child: this,
);
}