dispatchEvent method
Dispatches an arbitrary SelectionEvent to the attached region's
contained SelectionContainer.
Implementation
SelectionResult? dispatchEvent(SelectionEvent event) =>
_state?.dispatchEvent(event);
Dispatches an arbitrary SelectionEvent to the attached region's
contained SelectionContainer.
SelectionResult? dispatchEvent(SelectionEvent event) =>
_state?.dispatchEvent(event);