ModernFormViewImages constructor

const ModernFormViewImages({
  1. Key? key,
  2. List<String>? imagesUrl,
  3. List<Uint8List>? imagesMemory,
  4. Axis? direction,
  5. void onDelete(
    1. int
    )?,
  6. double? height,
  7. double? width,
})

Implementation

const ModernFormViewImages({
  Key? key,
  this.imagesUrl,
  this.imagesMemory,
  this.direction,
  this.onDelete,
  this.height,
  this.width,
}) : super(key: key);