rejectGesture method
Called when this member loses the arena for the given pointer id.
Implementation
@override
void rejectGesture(int pointer) {
super.rejectGesture(pointer);
// Since the gesture was rejected, call the function below to allow it to be disposed.
didStopTrackingLastPointer(pointer);
}