enableSelection property

bool enableSelection
final

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;