didStopTrackingLastPointer method

  1. @override
void didStopTrackingLastPointer(
  1. int pointer
)
override

Called when the recognizer stops tracking the last pointer. This method is empty since no specific action is needed when the last pointer is stopped.

Implementation

@override
void didStopTrackingLastPointer(int pointer) {}