ProfileContent constructor
- Key? key,
- required User profile,
- UserRegistration? registration,
- File? avatarFile,
Implementation
const ProfileContent({
super.key,
required this.profile,
this.registration,
this.avatarFile,
});
const ProfileContent({
super.key,
required this.profile,
this.registration,
this.avatarFile,
});