currentState property

SmoothSelectionRegionState? get currentState

The attached region state, if any.

Prefer the controller methods for ordinary selection control. This is exposed for advanced integrations that need the full state surface.

Implementation

SmoothSelectionRegionState? get currentState => _state;