clearSelection method
void
clearSelection()
Clears the current selection.
Mirrors SelectableRegionState.clearSelection.
Implementation
void clearSelection() {
innerRegionState?.clearSelection();
}
Clears the current selection.
Mirrors SelectableRegionState.clearSelection.
void clearSelection() {
innerRegionState?.clearSelection();
}