backgroundFillSymbol property
The renderer's background fill symbol.
Implementation
ArcGISSymbol? get backgroundFillSymbol => _backgroundFillSymbol.value;
Implementation
set backgroundFillSymbol(ArcGISSymbol? value) =>
_backgroundFillSymbol.value = value;