HeroPhotoViewRouteWrapper constructor

const HeroPhotoViewRouteWrapper({
  1. Key? key,
  2. required ImageProvider<Object> imageProvider,
  3. required String tag,
  4. BoxDecoration? backgroundDecoration,
})

Implementation

const HeroPhotoViewRouteWrapper({
  Key? key,
  required this.imageProvider,
  required this.tag,
  this.backgroundDecoration,
}) : super(key: key);