enableSelection property
Whether to enable interactive byte selection.
When true, users can:
- Click bytes to select them
- Shift+click to extend selection
- See selection info in status bar
Defaults to true.
Implementation
final bool enableSelection;
Whether to enable interactive byte selection.
When true, users can:
Defaults to true.
final bool enableSelection;