enableSelection property
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;
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.
final bool enableSelection;