FileDownloadIcon constructor

const FileDownloadIcon({
  1. Key? key,
  2. required File document,
})

Implementation

const FileDownloadIcon({super.key, required this.document});