ModernFormViewImage constructor

const ModernFormViewImage({
  1. Key? key,
  2. String? network,
  3. Uint8List? memory,
  4. void onDelete()?,
  5. Color? backgroundColor,
  6. double? elevation,
  7. double? height,
  8. double? width,
})

Implementation

const ModernFormViewImage({
  Key? key,
  this.network,
  this.memory,
  this.onDelete,
  this.backgroundColor,
  this.elevation,
  this.height,
  this.width,
}) : super(key: key);