ProfileCompletionIndicator constructor
const
ProfileCompletionIndicator({
- required AppProfile profile,
- VoidCallback? onPhotoTap,
- VoidCallback? onCoverTap,
- VoidCallback? onBioTap,
- VoidCallback? onLocationTap,
- VoidCallback? onGenresTap,
- VoidCallback? onSlugTap,
- bool showTips = true,
- bool compact = false,
- Key? key,
Implementation
const ProfileCompletionIndicator({
required this.profile,
this.onPhotoTap,
this.onCoverTap,
this.onBioTap,
this.onLocationTap,
this.onGenresTap,
this.onSlugTap,
this.showTips = true,
this.compact = false,
super.key,
});