GestureRecognizerDisposeCallback typedef

GestureRecognizerDisposeCallback = void Function(GestureRecognizer instance)

Signature for the callback function that is called when a GestureRecognizer disposed.

Implementation

typedef GestureRecognizerDisposeCallback = void Function(GestureRecognizer instance);