enableDrag method
void
enableDrag()
Enables drag forwarding on the underlying recognizer.
Safe to call before or after onMount.
Implementation
void enableDrag() {
_dragCount++;
_recognizer?.hasDrag = true;
}
Enables drag forwarding on the underlying recognizer.
Safe to call before or after onMount.
void enableDrag() {
_dragCount++;
_recognizer?.hasDrag = true;
}