NiceProfileHeader constructor
const
NiceProfileHeader({})
Implementation
const NiceProfileHeader({
super.key,
required this.name,
this.subtitle,
this.avatarUrl,
this.coverUrl,
this.coverHeight = 150,
this.onAvatarTap,
this.onCoverTap,
this.actions,
this.showVerifiedBadge = false,
this.trailing,
});