onGestureEnd property

dynamic Function(bool success) onGestureEnd
final

Callback when a gesture ends. Whether it failed or succeeded is determined by the parameter success.

Implementation

final Function(bool success) onGestureEnd;