onPanVertical method
Implementation
Widget onPanVertical(Function(DragUpdateDetails) onPanVertical) {
return GestureDetector(
onVerticalDragUpdate: onPanVertical,
child: this,
);
}
Widget onPanVertical(Function(DragUpdateDetails) onPanVertical) {
return GestureDetector(
onVerticalDragUpdate: onPanVertical,
child: this,
);
}