FileInfoBox constructor

const FileInfoBox(
  1. String text, {
  2. Key? key,
})

Implementation

const FileInfoBox(this.text, {super.key});