enableSelection property

bool enableSelection
final

Whether in-app text selection is enabled.

When true, click+drag inside the content area selects text. Double-click selects a word. Ctrl+C copies the selection to clipboard.

Implementation

final bool enableSelection;