zoom method

T zoom(
  1. double zoom
)

Implementation

T zoom(double zoom) => resolve(TransformData(zoom, (t, d) => t..setRotationZ(d)), #zoom);