[−][src]Type Definition iced_graphics::widget::scrollable::Scrollable
type Scrollable<'a, Message, Backend> = Scrollable<'a, Message, Renderer<Backend>>;
A widget that can vertically display an infinite amount of content with a scrollbar.
This is an alias of an iced_native
scrollable with a default
Renderer
.