pub fn use_scroll_context() -> ScrollableContextExpand description
Accesses the nearest ScrollableContext provided by a ScrollableView.
ยงPanics
This hook will panic if used outside of a ScrollableView component.
Use try_use_context::<ScrollableContext>() if you need a non-panicking version.