NiceProfileCard constructor
const
NiceProfileCard({})
Implementation
const NiceProfileCard({
super.key,
required this.name,
this.subtitle,
this.imageUrl,
this.email,
this.phone,
this.additionalInfo,
this.onTap,
this.onEdit,
this.actions,
this.compact = false,
this.showSocialLinks = false,
this.socialLinks,
});