onGestureEnd property

void Function(GestureType gestureType, Offset offset) onGestureEnd
final

All Gestures will be detected on onGestureEnd

Implementation

final void Function(GestureType gestureType, Offset offset) onGestureEnd;