zoomGesturesEnabled property

bool zoomGesturesEnabled

Implementation

bool get zoomGesturesEnabled => _zoomGesturesEnabled;
void zoomGesturesEnabled=(bool value)

Implementation

set zoomGesturesEnabled(bool value) {
  this._zoomGesturesEnabled = value;
  notifyListeners();
}