ImageSelectFeatureConfig constructor

const ImageSelectFeatureConfig({
  1. CropFeatureConfig? crop,
  2. VideoFeatureConfig? video,
  3. WebFilePickerFeatureConfig? webFilePicker,
})

Implementation

const ImageSelectFeatureConfig({
  this.crop,
  this.video,
  this.webFilePicker,
});