CustomThemeDataSet<T extends CustomThemeData> class

Set of CustomThemeData's for light and dark themes.

Inheritance

Constructors

CustomThemeDataSet({required T data, required T dataDark})
const

Properties

data → T
final
dataDark → T
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types Iterable<Type>
List of types in storage.
no setter

Methods

get<E>([GetFromSubStorage<E>? func]) → E?
Obtains the instance of given type E.
getDark<E>([GetFromSubStorage<E>? func]) → E?
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