shouldShowZoomControl property

bool get shouldShowZoomControl

Implementation

bool get shouldShowZoomControl => _shouldShowZoomControl;
set shouldShowZoomControl (bool newValue)

Implementation

set shouldShowZoomControl(bool newValue) {
  _shouldShowZoomControl = newValue;
  _updateNative();
}