enableInteractiveSelection property
Whether to enable text selection and interactive features like copy/paste. When enabled, users can select text, use Ctrl+V to paste, and access context menus.
This is useful for desktop applications where copy/paste is expected behavior.
On mobile, consider using SMS auto-fill or onClipboardFound callback instead.
Defaults to false for security and UX reasons.
Implementation
final bool? enableInteractiveSelection;