show_zoomed

Function show_zoomed 

Source
pub fn show_zoomed<R, F>(
    default_style: Arc<Style>,
    zoomed_style: Arc<Style>,
    ui: &mut Ui,
    add_content: F,
) -> R
where F: FnOnce(&mut Ui) -> R,