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