SimpleFillSymbol constructor

SimpleFillSymbol({
  1. SimpleFillSymbolStyle style = SimpleFillSymbolStyle.solid,
  2. Color color = const Color(0xFFD3D3D3),
  3. LineSymbol? outline,
})

Creates a simple fill symbol object with a color, style and outline.

Parameters:

  • style — The type of simple fill symbol to create.
  • color — The color of the simple fill symbol.
  • outline — The outline of the simple fill symbol.