withZoom method

CenterZoom withZoom(
  1. double zoom
)

Implementation

CenterZoom withZoom(double zoom) => CenterZoom(center: center, zoom: zoom);