isPinching property

bool get isPinching

Whether the user is performing a pinch gesture.

Implementation

bool get isPinching => pinchDistance < 0.02;