FirmwareRow constructor
- Key? key,
- required SystemFirmwareData info,
- VoidCallback? onViewPressed,
Implementation
const FirmwareRow({
super.key,
required this.info,
this.onViewPressed,
});
const FirmwareRow({
super.key,
required this.info,
this.onViewPressed,
});