egui::containers::collapsing_header

Type Alias IconPainter

Source
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 */);