pub fn use_init_theme(theme_cb: impl FnOnce() -> Theme) -> State<Theme>
Provides a custom Theme. If a Theme context already exists, it reuses it instead of creating a new one.
Theme