onVerticalDragEnd property
final
A pointer that was previously in contact with the screen with a primary button and moving vertically is no longer in contact with the screen and was moving at a specific velocity when it stopped contacting the screen.
See also:
- kPrimaryButton, the button this callback responds to.
Implementation
final GestureDragEndCallback? onVerticalDragEnd;