ResourceCard constructor
const
ResourceCard({})
Implementation
const ResourceCard({
super.key,
this.resourceName,
this.creator,
this.creatorLogo,
this.mimeType,
this.mimeTypeIcon,
this.tags,
this.posterImage,
this.resourceDescription,
required this.onTapCallBack,
});