ImageEditor constructor
const
ImageEditor({})
Implementation
const ImageEditor(
{Key? key,
this.image,
this.images,
this.savePath,
this.allowCamera = false,
this.allowGallery = false,
this.allowMultiple = false,
this.maxLength = 99,
Color? appBar})
: super(key: key);