AureusPalette class Foundation

This is where all of the gradients, text styles, colors, and other related items are located in Aureus. Since they are global items, you can call them without accessing them through any specific class.

Constructors

AureusPalette()

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

black() Color
brightness() Brightness
Returns the given 'mode' (light or dark) for the device that Aureus is running on.
carbon() Color
darkGradient() Gradient
darkModeBorder() Border
darkModeFill() Color
darkShadow() BoxShadow
frost() Color
ice() Color
iron() Color
lavender() Color
lightGradient() Gradient
lightModeBorder() Border
lightModeFill() Color
lightShadow() BoxShadow
melt() Color
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onyx() Color
pastelBorder() Border
pastelShadow() BoxShadow
steel() Color
toString() String
A string representation of this object.
inherited
universalBorder() Border
white() Color

Operators

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