const ProfileImageView({ Key? key, required this.retrieveDataError, required this.image, required this.imageUrl, }) : super(key: key);