GeoGraticule constructor
const
GeoGraticule({
- Key? key,
- required Projection projection,
- GraticuleConfig config = const GraticuleConfig(),
- Color color = const Color(0x40000000),
- double strokeWidth = 0.5,
- bool antiAlias = true,
Creates a GeoGraticule widget.
Implementation
const GeoGraticule({
super.key,
required this.projection,
this.config = const GraticuleConfig(),
this.color = const Color(0x40000000),
this.strokeWidth = 0.5,
this.antiAlias = true,
});