enableScale method

void enableScale()

Enables scale forwarding on the underlying recognizer.

Safe to call before or after onMount.

Implementation

void enableScale() {
  _scaleCount++;
  _recognizer?.hasScale = true;
}