AppColors class

THe class for dynamicly changable colors. Like in case you switching modes.

Constructors

AppColors()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

accentColor Color
getter/setter pair
altAccentColor Color
getter/setter pair
darkShadowColor Color
getter/setter pair
lightShadowColor Color
getter/setter pair
mainColor Color
getter/setter pair
mainGradient Gradient
no setter
reversedGradient Gradient
no setter
shadowGradient Gradient
no setter
textColor Color
getter/setter pair

Static Methods

currentInnerShadows({double blurMultiplier = 1.0, double offsetMultiplier = 1.0}) List<Shadow>
currentShadows({double blurMultiplier = 1.0, double offsetMultiplier = 1.0}) List<Shadow>
switchColorMode(bool darkMode) → dynamic