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