SimpleMarkerSymbol constructor

SimpleMarkerSymbol({
  1. SimpleMarkerSymbolStyle style = SimpleMarkerSymbolStyle.circle,
  2. Color color = const Color(0xFFD3D3D3),
  3. double size = 8.0,
})

Creates a simple marker symbol with the given properties.

Parameters:

  • style — Indicates the type of simple marker symbol to create.
  • color — The color of the simple marker symbol.
  • size — The size of the simple marker symbol in device independent pixels (DIPs).