selectableRegion property

SelectableRegionState get selectableRegion

The State of the SelectableRegion for which this SelectionArea wraps.

Implementation

SelectableRegionState get selectableRegion => _selectableRegionKey.currentState!;