HexViewer constructor
const
HexViewer({
- Key? key,
- required List<
int> data, - Widget? customAdditionalInfoWidget,
- HexConfig config = const HexConfig(),
- ValueChanged<
ByteSelection?> ? onSelectionChanged,
Implementation
const HexViewer({
super.key,
required this.data,
this.customAdditionalInfoWidget,
this.config = const HexConfig(),
this.onSelectionChanged,
});