1 2 3 4 5 6
//! Scroll container element with webkit-style bounce physics //! //! This module re-exports from `crate::widgets::scroll` for backwards compatibility. //! Prefer importing from the prelude or widgets module directly. pub use crate::widgets::scroll::*;