themes library

Classes

ColorPreviewBox
Displays a color preview box with the color name and the color itself.
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.
ThemeDevelopmentScreen
A screen that eases the development of themes, as it shows all the different elements of a theme.
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