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
I can't find a way to get the implicit ScrollController.
I tried PrimaryScrollController.of(context).
Could be usefule to trigger an animateTo to a specific offset of the scrollcontroller
Use case : scroll to a specific house in the airbnb cookbook
Thank you !
The text was updated successfully, but these errors were encountered:
fujidaiti
changed the title
Provide a way to get ScrollController for scrollview from outside of ScrollableSheet
Provide a way to get ScrollController of scrollview from outside of ScrollableSheet
May 6, 2024
Discussed in #112
Originally posted by QuentinSc May 5, 2024
Hello,
I can't find a way to get the implicit ScrollController.
I tried PrimaryScrollController.of(context).
Could be usefule to trigger an animateTo to a specific offset of the scrollcontroller
Use case : scroll to a specific house in the airbnb cookbook
Thank you !
The text was updated successfully, but these errors were encountered: