pub type SelectableLabel<T> = SelectableText<(), T>;
Expand description
A text label supporting selection
Line-wrapping is enabled; default alignment is derived from the script (usually top-left).
Aliased Typeยง
pub struct SelectableLabel<T> { /* private fields */ }