onVerticalDragUpdate property

void Function(DragUpdateDetails)? onVerticalDragUpdate
final

A pointer that is in contact with the screen with a primary button and moving vertically has moved in the vertical direction.

See also:

Implementation

final void Function(DragUpdateDetails)? onVerticalDragUpdate;