onTwoDoubleTouches method

  1. @override
void onTwoDoubleTouches(
  1. Point<int> pos
)

Implementation

@override
void onTwoDoubleTouches(final Point<int> pos) {
  _touchTwoDoubleCallback?.call(pos);
}