ProfileCard constructor
const
ProfileCard({})
Implementation
const ProfileCard({
super.key,
required this.name,
this.avatarUrl,
this.title,
this.subtitle,
this.text,
this.actionText,
this.actionUrl,
});