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

onAttach and onDetach is missing on usePageController #420

Open
Kinwailo opened this issue Mar 16, 2024 · 0 comments
Open

onAttach and onDetach is missing on usePageController #420

Kinwailo opened this issue Mar 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request needs triage

Comments

@Kinwailo
Copy link

Official constructor:
PageController({int initialPage = 0, bool keepPage = true, double viewportFraction = 1.0, ScrollControllerCallback? onAttach, ScrollControllerCallback? onDetach})

Hook usePageController:
PageController usePageController( {int initialPage = 0, bool keepPage = true, double viewportFraction = 1.0, List<Object?>? keys} )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage
Projects
None yet
Development

No branches or pull requests

2 participants