Malta50mWidget constructor
const
Malta50mWidget({
- Key? key,
- required Projection projection,
- Color? fillColor,
- Color? strokeColor,
- double strokeWidth = 1.0,
- void onFeatureTap(
- GeoJsonFeature feature,
- Point position
- bool antiAlias = true,
Creates a Malta50mWidget.
Implementation
const Malta50mWidget({
super.key,
required this.projection,
this.fillColor,
this.strokeColor,
this.strokeWidth = 1.0,
this.onFeatureTap,
this.antiAlias = true,
});