clearSelection method

void clearSelection()

Clears the current selection.

Mirrors SelectableRegionState.clearSelection.

Implementation

void clearSelection() {
  innerRegionState?.clearSelection();
}