startZoomOut method

void startZoomOut()

Implementation

void startZoomOut() {
  _setPressed(sdk.ZoomControlButton.zoomOut, isPressed: true);
}