const PhotoTransition({Key? key, required Animation<Photo> photo, required Widget child}) : super(key: key, config: photo, child: child);