SelectionContainer.disabled constructor
Creates a selection container that disables selection for the subtree.
This sample demonstrates how to disable selection for a Text under a
SelectionArea.
link
To create a local project with this code sample, run:
flutter create --sample=widgets.SelectionContainer.disabled.1 mysample
Implementation
const SelectionContainer.disabled({
super.key,
required this.child,
}) : registrar = null,
delegate = null;