ImageInput constructor
const
ImageInput({
- Key? key,
- required List<
XFile> images, - required ValueChanged<
List< onChanged,XFile> > - VoidCallback? onAdd,
- bool canDrop = true,
Implementation
const ImageInput({
super.key,
required this.images,
required this.onChanged,
this.onAdd,
this.canDrop = true,
});