pub fn color_or(id: &str, fallback: Color) -> Color
Like color but returns fallback when the slot is missing. The typical pattern for widgets that must always paint something.
color
fallback