Function dioxus_material::Theme

source ·
pub fn Theme<'a>(cx: Scope<'a, ThemeProps<'a>>) -> Element<'a>
Expand description

Theme component.

This component provides access to UseTheme to its children.

Props

For details, see the props struct definition.