fn kv( ui: &mut dyn UiBuilder, x: f32, y: f32, w: f32, key: &str, value: &str, theme: &UiTheme, )
Render a key/value row with the key left-aligned and the value right-aligned within [x, x+w].
[x, x+w]