startZoomIn method

void startZoomIn()

Implementation

void startZoomIn() {
  _setPressed(sdk.ZoomControlButton.zoomIn, isPressed: true);
}