MFIcon constructor
const
MFIcon(})
Creates a widget that displays an icon based on the file name or extension.
Implementation
const MFIcon(
this.fileName, {
super.key,
this.size,
this.color,
this.placeholder = const Icon(Icons.insert_drive_file),
});