ImagesPreview constructor
const
ImagesPreview({})
Implementation
const ImagesPreview({
Key? key,
this.previewHeight = _defaultPreviewHeight,
this.previewWidth = _defaultPreviewWidth,
this.iconColor = Colors.white,
this.borderColor = Colors.white,
this.onDelete,
required this.files,
}) : super(key: key);