AppColors class abstract

AppColors the basic colors, primary color will be setting from Theme.of(context).primaryColor

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

black → const Color
black22 → const Color
green24 → const Color
green33 → const Color
greenEF → const Color
greenf5 → const Color
grey3C → const Color
grey4F → const Color
grey7D → const Color
grey8B → const Color
grey8D → const Color
grey9D → const Color
grey81 → const Color
greyA3 → const Color
greyB0 → const Color
greyC5 → const Color
greyCF → const Color
greyD7 → const Color
greyD9 → const Color
greyDC → const Color
greyE0 → const Color
greyE4 → const Color
greyE5 → const Color
greyED → const Color
greyF6 → const Color
greyf6 → const Color
greyFD → const Color
red → const Color
red36 → const Color
red55 → const Color
transparent → const Color
white → const Color
yellow07 → const Color