pinchToZoomEnabled property
getter/setter pair
Whether the pinch to zoom gesture is enabled.
On web this covers touch-pinch only. Mouse-wheel/trackpad zoom is scrollZoomEnabled; Shift+drag box-zoom is boxZoomEnabled. Both toggle independently of this field.
Implementation
bool? pinchToZoomEnabled;