Skip to content
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

Make _pageController public #16

Open
Myzel394 opened this issue Jul 19, 2022 · 1 comment
Open

Make _pageController public #16

Myzel394 opened this issue Jul 19, 2022 · 1 comment

Comments

@Myzel394
Copy link

Unfortunately the _pageController field is private - why? There is no reason to make is private. Instead, it makes managing the page way more complicated. You can't access the items anymore. Instead of creating the getter beach to access the page, you could simply make the field public. This way we can work with common variable names (such as page).

@nolbertj
Copy link

any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants