CryImageUpload constructor

CryImageUpload({
  1. List<String?>? fileList,
  2. dynamic onUpload(
    1. Uint8List
    )?,
  3. double updateAreaSize = 200,
  4. Widget? updateAreaDefault,
})

Implementation

CryImageUpload({
  this.fileList,
  this.onUpload,
  this.updateAreaSize = 200,
  this.updateAreaDefault,
});