HeroPhotoViewRouteWrapper constructor
const
HeroPhotoViewRouteWrapper({
- Key? key,
- required ImageProvider<
Object> imageProvider, - required String tag,
- BoxDecoration? backgroundDecoration,
Implementation
const HeroPhotoViewRouteWrapper({
Key? key,
required this.imageProvider,
required this.tag,
this.backgroundDecoration,
}) : super(key: key);