AppColors class

A class that defines the color palette used in the application.

Annotations
  • @lazySingleton

Constructors

AppColors()

Properties

backgroundPrimary Color
getter/setter pair
backgroundSecondary Color
getter/setter pair
black Color
getter/setter pair
buttonPrimary Color
getter/setter pair
buttonSecondary Color
getter/setter pair
card Color
getter/setter pair
fieldBackground Color
getter/setter pair
fieldBorder Color
getter/setter pair
fieldError Color
getter/setter pair
fieldFocusBorder Color
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indicatorLoading Color
getter/setter pair
primary Color
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary Color
getter/setter pair
separator Color
getter/setter pair
textError Color
getter/setter pair
textHint Color
getter/setter pair
textPrimary Color
getter/setter pair
textSecondary Color
getter/setter pair
white Color
getter/setter pair

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