pub type IconPainter = Box<dyn FnOnce(&Ui, Rect, &WidgetVisuals, bool) + 'static, Global>;
A function that paints the ComboBox icon
ComboBox