ComplexCustomThemeData class abstract

Interface for custom theme data with nested CustomThemeData.

All nested CustomThemeData will be available through CustomThemes.of.

Inheritance

Properties

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 setterinherited

Methods

get<E>([GetFromSubStorage<E>? func]) → E?
Obtains the instance of given type E.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setData(Iterable<CustomThemeData> data, {bool recursive = false}) → void
Set list of instances.
inherited
toString() String
A string representation of this object.
inherited

Operators

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