pub fn Theme(_: ThemeProps) -> ElementExpand description
Theme component.
This component provides access to UseTheme to its children.
ยงProps
For details, see the props struct definition.
primary_color:Cow<'static,str>Primary color.
background_color:Cow<'static,str>Background color.
secondary_container_color:Cow<'static,str>Secondary container color.
border_radius_medium:Cow<'static,str>Border radius medium.
border_radius_small:Cow<'static,str>Border radius.
label_small:f32Small label font size.
label_medium:f32Medium label font size.
children:Element