SimpleFillSymbol constructor
- SimpleFillSymbolStyle style = SimpleFillSymbolStyle.solid,
- Color color = const Color(0xFFD3D3D3),
- 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.