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;
}
Enables scale forwarding on the underlying recognizer.
Safe to call before or after onMount.
void enableScale() {
_scaleCount++;
_recognizer?.hasScale = true;
}