pub type ScrollLabel<T> = ScrollText<(), T>;
Expand description
A text label supporting scrolling and selection
This widget is a wrapper around SelectableText
enabling scrolling
and adding a vertical scroll bar.
Line-wrapping is enabled; default alignment is derived from the script (usually top-left).
Aliased Typeยง
pub struct ScrollLabel<T> { /* private fields */ }