ProfileHeader constructor
const
ProfileHeader({
- Key? key,
- String? coverUrl,
- String? avatarUrl,
- ImageProvider<
Object> ? imageCoverProvider, - ImageProvider<
Object> ? imageAvatarProvider, - VoidCallback? onCoverTap,
- VoidCallback? onAvatarTap,
- bool isEditable = false,
Implementation
const ProfileHeader({
super.key,
this.coverUrl,
this.avatarUrl,
this.imageCoverProvider,
this.imageAvatarProvider,
this.onCoverTap,
this.onAvatarTap,
this.isEditable = false,
});