HexRow constructor
const
HexRow({})
Implementation
const HexRow({
super.key,
required this.line,
required this.config,
required this.selection,
this.onBytePressed,
this.onByteDragEnter,
});
const HexRow({
super.key,
required this.line,
required this.config,
required this.selection,
this.onBytePressed,
this.onByteDragEnter,
});