dispatchSelectionEventToChild method Null safety
- Selectable selectable,
- SelectionEvent event
protected">@protected
Dispatches a selection event to a specific selectable.
Override this method if subclasses need to generate additional events or treatments prior to sending the selection events.
Implementation
@protected
SelectionResult dispatchSelectionEventToChild(Selectable selectable, SelectionEvent event) {
return selectable.dispatchSelectionEvent(event);
}