GeoView constructor
const
GeoView({})
Creates a GeoView widget.
Implementation
const GeoView({
super.key,
required this.projection,
required this.geoJson,
this.fillColor,
this.strokeColor,
this.strokeWidth = 1.0,
this.onFeatureTap,
this.antiAlias = true,
});