dispatchEvent method

SelectionResult? dispatchEvent(
  1. SelectionEvent event
)

Dispatches an arbitrary SelectionEvent to the attached region's contained SelectionContainer.

Implementation

SelectionResult? dispatchEvent(SelectionEvent event) =>
    _state?.dispatchEvent(event);