isPinchZoomActive property

bool isPinchZoomActive

Implementation

bool get isPinchZoomActive => (_touchFingers > 1 && widget.config!.pinchZoom);