onTwoDoubleTouches method
Called when a two-pointer double-touch gesture occurs.
The event fires when two consecutive two-touch gestures occur within the configured timing thresholds.
Parameters
pos: Midpoint of the touch positions.
Implementation
@override
void onTwoDoubleTouches(final Point<int> pos) {
_touchTwoDoubleCallback?.call(pos);
}