Skip to main content

kv

Function kv 

Source
fn kv(
    ui: &mut dyn UiBuilder,
    x: f32,
    y: f32,
    w: f32,
    key: &str,
    value: &str,
    theme: &UiTheme,
)
Expand description

Render a key/value row with the key left-aligned and the value right-aligned within [x, x+w].