AppColors class

Define the color of the application

Constructors

AppColors()

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
Black color
blue50 → const Color
Primary color Blue.50 color
blue100 → const Color
Blue.100 color
blue200 → const Color
Blue.200 color
blue300 → const Color
Blue.300 color
blue400 → const Color
Blue.400 color
blue500 → const Color
Blue.500 color
blue600 → const Color
Blue.600 color
blue700 → const Color
Blue.700 color
blue800 → const Color
Blue.800 color
blue900 → const Color
Blue.900 color
blue950 → const Color
Blue.950 color
green50 → const Color
Green colors Green.50 color
green100 → const Color
Green.100 color
green200 → const Color
Green.200 color
green300 → const Color
Green.300 color
green400 → const Color
Green.400 color
green500 → const Color
Green.500 color
green600 → const Color
Green.600 color
green700 → const Color
Green.700 color
green800 → const Color
Green.800 color
green900 → const Color
Green.900 color
green950 → const Color
Green.950 color
grey50 → const Color
Grey colors Grey.50 color
grey100 → const Color
Grey.100 color
grey200 → const Color
Grey.200 color
grey300 → const Color
Grey.300 color
grey400 → const Color
Grey.400 color
grey500 → const Color
Grey.500 color
grey600 → const Color
Grey.600 color
grey700 → const Color
Grey.700 color
grey800 → const Color
Grey.800 color
grey900 → const Color
Grey.900 color
grey950 → const Color
Grey.950 color
orange100 → const Color
Orange colors Orange.100 color
orange200 → const Color
Orange.200 color
orange300 → const Color
Orange.300 color
orange400 → const Color
Orange.400 color
orange500 → const Color
Orange.500 color
orange600 → const Color
Orange.600 color
red100 → const Color
Red colors Red.100 color
red200 → const Color
Red.200 color
red300 → const Color
Red.300 color
red400 → const Color
Red.400 color
red500 → const Color
Red.500 color
red600 → const Color
Red.600 color
red700 → const Color
Red.700 color
red800 → const Color
Red.800 color
red900 → const Color
Red.900 color
white → const Color
White color