ProfileHeader constructor Null safety
Constructs a new ProfileHeader widget
Implementation
ProfileHeader({
required this.bannerPicture,
required this.profilePicture,
required this.fullName,
required this.displayName,
required this.profileDesc,
required this.karmaNb,
required this.createdDate,
required this.nbFollowers,
});