FileInfoRow constructor
const
FileInfoRow({
- Key? key,
- required List<
FileInfoBox> fileInfoBoxes,
Implementation
const FileInfoRow({super.key, required this.fileInfoBoxes});