enableInteractiveSelection property

bool? enableInteractiveSelection
final

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;