-
Notifications
You must be signed in to change notification settings - Fork 64
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
add getter for atRoot
#202
Labels
enhancement
New feature or request
Comments
@dickermoshe Thanks! Our conversation was really helpful. Would you consider opening a PR? |
8 tasks
Thank you for the feedback! Yes, makes sense. This PR removes the duplicate methods and sticks with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What feature would you like to see?
The current implementation of
WoltModalSheet
s navigator is really fantastic.It would be even better if there was a way to access how many pages are in the stack.
This is relevant for making a dynamic back button for a page.
If we knew that we were at index 0, it would show a close button that closes the sheet, or a back button that navigates back.
_currentPageIndex
is private now, it would be awesome if it wasn't.The text was updated successfully, but these errors were encountered: