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