MephistoAvatarUploader constructor

const MephistoAvatarUploader({
  1. Key? key,
  2. required Function onFilePicked,
  3. required Function onDelete,
  4. bool? isUploading = false,
  5. String? initialImage,
})

Implementation

const MephistoAvatarUploader(
    {super.key,
    required this.onFilePicked,
    required this.onDelete,
    this.isUploading = false,
    this.initialImage});