ImageWall constructor
const
ImageWall({})
Implementation
const ImageWall({
Key? key,
this.multiple: false,
this.length: 4,
this.count: 9,
this.images,
this.uploadBtn,
this.imageFit: BoxFit.cover,
required this.onChange,
required this.onUpload,
this.onRemove,
}) : super(key: key);