selectionRegistrar property

SelectionRegistrar? selectionRegistrar
final

The SelectionRegistrar this FloatColumn is subscribed to.

If this is null, SelectionContainer.maybeOf(context) is used to get the SelectionRegistrar from the context.

Implementation

final SelectionRegistrar? selectionRegistrar;