ProfileCompletionIndicator constructor

const ProfileCompletionIndicator({
  1. required AppProfile profile,
  2. VoidCallback? onPhotoTap,
  3. VoidCallback? onCoverTap,
  4. VoidCallback? onBioTap,
  5. VoidCallback? onLocationTap,
  6. VoidCallback? onGenresTap,
  7. VoidCallback? onSlugTap,
  8. bool showTips = true,
  9. bool compact = false,
  10. 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,
});