NiceFileItem constructor
Implementation
const NiceFileItem({
required this.name,
required this.isFolder,
this.size,
this.modified,
this.icon,
this.children,
});
const NiceFileItem({
required this.name,
required this.isFolder,
this.size,
this.modified,
this.icon,
this.children,
});