HeroPhotoViewWrapper constructor

const HeroPhotoViewWrapper({
  1. Key? key,
  2. String? networkImage,
  3. Uint8List? memoryImage,
  4. Color? color,
  5. String? tag,
  6. String? name,
})

Implementation

const HeroPhotoViewWrapper({
  Key? key,
  this.networkImage,
  this.memoryImage,
  this.color,
  this.tag,
  this.name,
}) : super(key: key);