ImagePreview constructor
const
ImagePreview({})
Implementation
const ImagePreview(
{Key? key,
this.previewHeight = 60,
this.previewWidth = 80,
this.onDelete,
required this.file,
this.iconColor = Colors.white,
this.borderColor = Colors.white})
: super(key: key);