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