Graticule constructor
Graticule(
- Projection projection, [
- GraticuleConfig config = const GraticuleConfig()
Creates a Graticule generator.
Implementation
Graticule(this.projection, [this.config = const GraticuleConfig()]);