Function two_col_row

Source
pub(crate) fn two_col_row(
    ui: &mut Ui,
    label: impl Into<WidgetText>,
    content: impl Into<WidgetText>,
)