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