//! Navigate an endless amount of content with a scrollbar.
use crateRenderer;
pub use ;
pub use State;
/// 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`.
pub type Scrollable<'a, Message> = Scrollable;