EditProfileImage constructor
const
EditProfileImage({})
Implementation
const EditProfileImage({
super.key,
required this.size,
required this.imageData,
this.onChange,
this.isEditable = true,
this.margin,
this.radius,
this.hasGradient = false,
this.error,
this.img,
this.tintColor,
this.gradient, this.onImageTap,
});