SliverProfileHeader constructor
SliverProfileHeader({
- required String title,
- required String imageCoverUrl,
- Uint8List? imageCoverBytes,
- String? imageCoverHeroTag,
- required String imageProfileUrl,
- Uint8List? imageProfileBytes,
- String? imageProfileHeroTag,
- VoidCallback? onBackTap,
- VoidCallback? onSearchTap,
- VoidCallback? onMoreTap,
- VoidCallback? onProfileImageTap,
- VoidCallback? onCoverImageTap,
Implementation
SliverProfileHeader({
required this.title,
required this.imageCoverUrl,
this.imageCoverBytes,
this.imageCoverHeroTag,
required this.imageProfileUrl,
this.imageProfileBytes,
this.imageProfileHeroTag,
this.onBackTap,
this.onSearchTap,
this.onMoreTap,
this.onProfileImageTap,
this.onCoverImageTap,
});