Open aytunch opened 3 years ago
This package doesn't allow such customizations because it's just a fork of flutter's default cupertino page route only allowing to customize gesture width.
Consider using showBottomSheet function or modal_bottom_sheet package
I want to pop the
current route
by dragging down. So thecurrent route
should move along with the finger towards the bottom of the page while fading out and shrinking.Basically I would like to know if there is an easy way, without forking the package, to customize the dismiss animation and gesture.
My objective is to have a similar UX to a Instagram Story route pop.
Thank you very much.