Theme class

Constructors

Theme()
factory

Properties

debugging bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
getter/setter pair
themes List<CustomTheme>
getter/setter pair

Methods

clear() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveTheme(String key, String background, String onBackground, String shadow, String outline, String surface, String onSurface, String surfaceVariant, String onSurfaceVariant, String inverseSurface, String onInverseSurface, String primary, String onPrimary, String primaryContainer, String onPrimaryContainer, String inversePrimary, String secondary, String onSecondary, String secondaryContainer, String onSecondaryContainer, String tertiaryContainer, String onTertiaryContainer, String error, String onError, String errorContainer, String onErrorContainer) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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