SingleImageEditor constructor
const
SingleImageEditor({})
Implementation
const SingleImageEditor({
Key? key,
this.savePath,
this.image,
this.imageList,
this.allowCamera = false,
this.allowGallery = false,
}) : super(key: key);