FileInfoRow constructor

const FileInfoRow({
  1. Key? key,
  2. required List<FileInfoBox> fileInfoBoxes,
})

Implementation

const FileInfoRow({super.key, required this.fileInfoBoxes});