ImageBrowse constructor
const
ImageBrowse({})
Implementation
const ImageBrowse({
Key? key,
required this.images,
this.photo,
this.delete,
this.square,
this.childHeight,
this.childWidth,
this.height,
this.width,
this.operatingTopPadding,
this.operatingTop,
this.closeSize,
this.closeColor,
}) : super(key: key);