fillSymbol property

ArcGISSymbol? fillSymbol

The symbol used to fill the current geometry when editing polygon geometries.

The default value is a red semi-transparent SimpleFillSymbol with a red outline.

Implementation

ArcGISSymbol? get fillSymbol => _fillSymbol.value;
void fillSymbol=(ArcGISSymbol? value)

Implementation

set fillSymbol(ArcGISSymbol? value) => _fillSymbol.value = value;