AppColors class

Contains the principal colors whose use is repeated throughout the app. Its fields are

primaryBlue Used for the reference code field

secondaryBlue The background of buttons in home screen and keys in the numeric keyboard

secondaryBlueClear Used for the outside of the home screen buttons

blueText For the majority of texts in the app

splashBackground The background of the loading screen

Constructors

AppColors.new()

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

Constants

blueText → const Color
primaryBlue → const Color
secondaryBlue → const Color
secondaryBlueClear → const Color
splashBackground → const Color