RallyColors class

Most color assignments in Rally are not like the typical color assignments that are common in other apps. Instead of primarily mapping to component type and part, they are assigned round robin based on layout.

Constructors

RallyColors()

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 Methods

accountColor(int i) Color
Convenience method to get a single account color with position i.
billColor(int i) Color
Convenience method to get a single bill color with position i.
budgetColor(int i) Color
Convenience method to get a single budget color with position i.
cycledColor(List<Color> colors, int i) Color
Gets a color from a list that is considered to be infinitely repeating.

Constants

accountColors → const List<Color>
billColors → const List<Color>
budgetColors → const List<Color>
buttonColor → const Color
cardBackground → const Color
dividerColor → const Color
focusColor → const Color
gray → const Color
gray25 → const Color
gray60 → const Color
inputBackground → const Color
primaryBackground → const Color
white60 → const Color