MapDataLabelSettings constructor

const MapDataLabelSettings({
  1. TextStyle? textStyle,
  2. MapLabelOverflow overflowMode = MapLabelOverflow.visible,
})

Implementation

const MapDataLabelSettings({
  this.textStyle,
  this.overflowMode = MapLabelOverflow.visible,
});