Skip to content

Make _pageController public #16

@Myzel394

Description

@Myzel394

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions