ThemeRepository class

Constructors

ThemeRepository.new()

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

getCustomThemeColor() Future<Color?>
getTheme() Future<ThemeType>
isUsingSystemTheme() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveCustomTheme(Color primaryColor) Future<void>
saveTheme(ThemeType themeType) Future<void>
saveUseSystemTheme(bool useSystem) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

customColorKey → const String
isSystemThemeKey → const String
themeKey → const String