HexControls constructor
const
HexControls({
- Key? key,
- required HexConfig config,
- required ByteSelection? selection,
- required void onCopy(
- CopyFormat format
- required ValueChanged<
HexConfig> onConfigChanged,
Implementation
const HexControls({
super.key,
required this.config,
required this.selection,
required this.onCopy,
required this.onConfigChanged,
});