onDispose property
The callback function is called when this gesture recognizer disposed in the memory by flutter SDK and library.
Implementation
GestureRecognizerDisposeCallback? onDispose;
The callback function is called when this gesture recognizer disposed in the memory by flutter SDK and library.
GestureRecognizerDisposeCallback? onDispose;