isPinching property
bool
get
isPinching
Whether the user is performing a pinch gesture.
Implementation
bool get isPinching => pinchDistance < 0.02;
Whether the user is performing a pinch gesture.
bool get isPinching => pinchDistance < 0.02;