onVerticalSwipeComplete property

(dynamic Function(Direction?)?) onVerticalSwipeComplete
final

Callback for when a vertical swipe gesture is detected. If you do not want to listen to such event, do not provide it. For instance, for inline stories inside ListViews, it is preferrable to not to provide this callback so as to enable scroll events on the list view.

Implementation

final Function(Direction?)? onVerticalSwipeComplete;