-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I implement the vertical scroll axis for Stack / Tinder Layout? #9
Comments
We've seperated the custom layout logic into custom_layout.dart . In order to implement vertical STACK and TINDER, flow the steps below:
These parameters |
It's perfect now, thank you so much! |
hi I have some problem, but ya, it can't scroll vertical, |
scrollDirection -> vertical doesn't seem to work for layouts STACK and TINDER.
Please do tell how organize the Stacks vertically if the scroll direction is made vertical.
Regards
Lavan
The text was updated successfully, but these errors were encountered: