macro_rules! get_theme_or_default {
($theme_prop:expr, $theme_type:ty, $theme_key:expr, $default:expr) => { ... };
}Expand description
Like get_theme!, but falls back to a default callback
instead of panicking when the key is not registered.