domain library
Classes
- ModuleStatusTheme
- Holds theme information for module status.
- ThemeBase
- Contains some basic information about a theme which is later used to generate a fully fledged theme.
- ThemeBasesDataSource
- Base class for all base themes data sources.
- ThemeBasesRepository
- Base class for all theme repositories.
-
ThemeService<
T> - Base class for all theme services.
Properties
-
themeBasesDataSourceProvider
→ Provider<
ThemeBasesDataSource> -
Provides the current
ThemeBasesDataSource
instance.final -
themeBasesRepositoryProvider
→ Provider<
ThemeBasesRepository> -
Provides the current
ThemeBasesRepository
instance.final -
themeProvider
→ Provider<
ThemeData> -
Provides the current
ThemeData
based on the current user's theme.final -
themeServiceProvider
→ Provider<
ThemeService< ThemeData> > -
Provides the current
ThemeService
instance.final