logo
pub type Scrollable<'a, Message> = Scrollable<'a, Message, Renderer>;
Available on crate feature pure only.
Expand description

A widget that can vertically display an infinite amount of content with a scrollbar.