MapSelectionSettings constructor

const MapSelectionSettings({
  1. Color? color,
  2. Color? strokeColor,
  3. double? strokeWidth,
})

Implementation

const MapSelectionSettings({this.color, this.strokeColor, this.strokeWidth});