onByteDragEnter property

void Function(int offset)? onByteDragEnter
final

Called when the pointer enters a byte while the primary button is held.

Drives drag-to-select. Fires for both the hex and the ASCII column, so a drag can start in one and finish in the other.

Implementation

final void Function(int offset)? onByteDragEnter;