Enums§
- Surface
Theme Indicator - Indicates what type of surface to use.
Functions§
- get_
theme_ or_ default - Subscribe to
Themechanges, default theme will be used if there is no providedTheme. - use_
init_ root_ theme - Provides a custom
Themeat the root scope. If aThemecontext already exists at the root, it reuses it instead of creating a new one. - use_
init_ surface_ theme_ indicator - Provide a SurfaceThemeIndicator down to the components.
- use_
init_ theme - Provides a custom
Theme. If aThemecontext already exists, it reuses it instead of creating a new one. - use_
surface_ theme_ indicator - Get the inherited SurfaceThemeIndicator.
- use_
theme - Subscribe to
Themechanges.