[][src]Type Definition iced_wgpu::widget::scrollable::Scrollable

type Scrollable<'a, Message> = Scrollable<'a, Message, Renderer>;

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.