ThemeBasesRepository class abstract

Base class for all theme repositories.

A theme repository is responsible for providing a list of ThemeBases that can be used in the app. It is also responsible for retrieving a ThemeBase by its name.

Implementers

Constructors

ThemeBasesRepository()

Properties

defaultTheme ThemeBase
Returns the default ThemeBase.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

getThemeByName(String name) ThemeBase
Returns the ThemeBase with the given name.
getThemes() List<ThemeBase>
Returns a list of ThemeBases that can be used in the app.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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