pub fn select_row(
label: &str,
pad: usize,
value: &str,
active: bool,
error: bool,
theme: &Theme,
) -> Line<'static>Expand description
Render a select-style row: when active, the value is framed with
◀ … ▶ cycle glyphs. When inactive, it renders plain.