When you swipe vertically, image is dragged towards the swipe, with fading out animation of black background. And after release, it smoothly returns to it's previous position on the screen, like Hero animation does.
How is it possible to recreate such an effect using Flutter? The same scenario, in fullscreen photo view. photo_view package is desired for fullscreen, so it shouldn't interfere with zooming.
