ImageDefaultShow constructor

const ImageDefaultShow(
  1. PictureSelectionItemModel file, {
  2. Key? key,
  3. ValueChanged<PictureSelectionItemModel>? onRemove,
  4. Widget? removeWidget,
})

Implementation

const ImageDefaultShow(this.file, {super.key, this.onRemove, this.removeWidget});