You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 getterbeach
to access thepage
, you could simply make the field public. This way we can work with common variable names (such aspage
).The text was updated successfully, but these errors were encountered: