MapDataLabelSettings constructor
      const
      MapDataLabelSettings({ 
    
- TextStyle? textStyle,
- MapLabelOverflow overflowMode = MapLabelOverflow.visible,
Creates a MapDataLabelSettings.
Implementation
const MapDataLabelSettings({
  this.textStyle,
  this.overflowMode = MapLabelOverflow.visible,
});