UploadImageView constructor
UploadImageView({})
Implementation
UploadImageView({
super.key,
required this.cameraReason,
required this.photoReason,
required this.width,
required this.height,
required this.callbackImage,
required this.maxlength,
this.spacing,
this.runSpacing,
this.margin,
this.padding,
});