atZoom method

Theme atZoom(
  1. double zoom
)

Provides a copy of this theme that only has layers that match the given zoom.

Implementation

Theme atZoom(double zoom) => copyWith(atZoom: zoom);