delegate property

SelectionContainerDelegate? delegate
final

The delegate for SelectionEvents sent to this selection container.

The Selectables in the subtree are added or removed from this delegate using SelectionRegistrar API.

This delegate is responsible for updating the selections for the selectables under this widget.

Implementation

final SelectionContainerDelegate? delegate;