logo
pub fn scrollable<'a, Message, Renderer>(
    content: impl Into<Element<'a, Message, Renderer>>
) -> Scrollable<'a, Message, Renderer> where
    Renderer: Renderer
Available on crate feature pure only.
Expand description

Creates a new Scrollable with the provided content.