MultiImageEditor constructor
const
MultiImageEditor({})
Implementation
const MultiImageEditor({
Key? key,
this.images = const [],
this.savePath,
this.allowCamera = false,
this.allowGallery = false,
this.allowMultiple = false,
this.maxLength = 99,
}) : super(key: key);