selectionProperties property
The selection properties for all graphic overlays and selectable layers within the GeoViewController.
You can use SelectionProperties to define the selection color for all graphic overlays and selectable layers within the GeoViewController. The default selection color is cyan.
Implementation
SelectionProperties get selectionProperties => _selectionProperties.value;
Implementation
set selectionProperties(SelectionProperties value) =>
_selectionProperties.value = value;