logo
pub type Scrollable<'a, Message> = Scrollable<'a, Message, Renderer>;
Expand description

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