Type Alias jumpy::prelude::egui::containers::collapsing_header::IconPainter

pub type IconPainter = Box<dyn FnOnce(&mut Ui, f32, &Response)>;
Expand description

A function that paints an icon indicating if the region is open or not

Aliased Typeยง

struct IconPainter(/* private fields */);