ImageDefaultShow constructor

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

Implementation

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