DocumentCard constructor
const
DocumentCard({})
Implementation
const DocumentCard({
super.key,
required this.onTap,
required this.title,
this.filePath,
this.category,
this.site,
required this.fileName,
this.fileSizeBytes,
this.rotation,
this.created,
this.createdLabel,
this.isPhoto = true,
this.videoThumbnailData,
this.child,
});