pub fn use_theme<'hook>() -> impl 'hook + Hook<Output = Theme>
Use a theme
When used in function components and hooks, this hook is equivalent to:
pub fn use_theme() -> Theme { /* implementation omitted */ }