CustomTheme class

Constructors

CustomTheme(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})

Properties

background → String?
final
error → String?
final
errorContainer → String?
final
hashCode → int
The hash code for this object.
no setterinherited
inversePrimary → String?
final
inverseSurface → String?
final
key → String
final
onBackground → String?
final
onError → String?
final
onErrorContainer → String?
final
onInverseSurface → String?
final
onPrimary → String?
final
onPrimaryContainer → String?
final
onSecondary → String?
final
onSecondaryContainer → String?
final
onSurface → String?
final
onSurfaceVariant → String?
final
onTertiaryContainer → String?
final
outline → String?
final
primary → String?
final
primaryContainer → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
secondary → String?
final
secondaryContainer → String?
final
shadow → String?
final
surface → String?
final
surfaceVariant → String?
final
tertiaryContainer → String?
final

Methods

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