enableInteractiveSelection property
Whether to enable interactive text selection (e.g., selecting with mouse/touch).
When true, users can select text by dragging. When false, text
selection gestures are disabled. If null, uses platform defaults.
Implementation
final bool? enableInteractiveSelection;