EditProfileImageViewer constructor

const EditProfileImageViewer({
  1. Key? key,
  2. XFile? pickedFile,
  3. String? imageSource = kProfileIconPath,
  4. double radius = AvatarStyleConstants.defaultRadius,
  5. String? heroTag,
  6. bool showEditIcon = true,
  7. bool openFullScreenViewer = false,
  8. bool? isCircleAvatar,
  9. VoidCallback? onTapEdit,
  10. Widget? editIcon,
})

Implementation

const EditProfileImageViewer({
  super.key,
  this.pickedFile,
  this.imageSource = kProfileIconPath,
  this.radius = AvatarStyleConstants.defaultRadius,
  this.heroTag,
  this.showEditIcon = true,
  this.openFullScreenViewer = false,
  this.isCircleAvatar,
  this.onTapEdit,
  this.editIcon,
});