pub type ScrollViewCallback<A> = Rc<dyn Fn(usize) -> A>;
Callback to create an action when the scroll offset changes.
pub struct ScrollViewCallback<A> { /* private fields */ }