SelectionContainerModifier.disabled constructor
Creates a selection container that disables selection for the subtree.
The child
must not be null.
Implementation
const SelectionContainerModifier.disabled({
super.key,
super.modifierKey,
super.child,
}) : registrar = null,
delegate = null;