ZetaThemeService class abstract

ZetaThemeService is an abstract class. It provides the structure for loading and saving themes in Zeta application.

Constructors

ZetaThemeService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

loadTheme() Future<(ZetaThemeData?, ThemeMode?, ZetaContrast?)>
Asynchronously load the theme data.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveTheme({required ZetaThemeData themeData, required ThemeMode themeMode, required ZetaContrast contrast}) Future<void>
Saves the provided theme data as the application's theme.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited