CustomColors class Null safety Utils
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
-
const Color(0xff000000)
- brown_grey → const Color
-
const Color(0xff868686)
- cloudy_blue → const Color
-
const Color(0xffd6d7e1)
- cool_grey → const Color
-
const Color(0xffb6b6ba)
- cool_grey_two → const Color
-
const Color(0xff8d909a)
- coral → const Color
-
const Color(0xfff66c61)
- dark_grey → const Color
-
const Color(0xff151517)
- dark_sky_blue → const Color
-
const Color(0xff2dacee)
- dodger_blue → const Color
-
const Color(0xff5c95fe)
- emerald → const Color
-
const Color(0xff00a569)
- grapefruit → const Color
-
const Color(0xffff635d)
- greenish_teal → const Color
-
const Color(0xff36d094)
- ice_blue → const Color
-
const Color(0xfff1f5ff)
- light_gold → const Color
-
const Color(0xfffcdb4a)
- light_periwinkle → const Color
-
const Color(0xffd9d9df)
- light_red → const Color
-
const Color(0xffffccbc)
- light_teal → const Color
-
const Color(0xff75e8bc)
- light_yellow → const Color
-
const Color(0xfffff9c4)
- lightblue → const Color
-
const Color(0xff62bfef)
- lighter_purple → const Color
-
const Color(0xff974afc)
- pale_grey → const Color
-
const Color(0xffedf1f4)
- pale_grey_two → const Color
-
const Color(0xfff2f5f7)
- pale_orange → const Color
-
const Color(0xffffa553)
- peachy_pink → const Color
-
const Color(0xffff9995)
- pinkish_grey → const Color
-
const Color(0xffc4c4c4)
- silver → const Color
-
const Color(0xffd5d8db)
- sky → const Color
-
const Color(0xff78cefb)
- slate_grey → const Color
-
const Color(0xff525767)
- steel → const Color
-
const Color(0xff747695)
- very_light_purple → const Color
-
const Color(0xfff5bce9)
- warm_grey → const Color
-
const Color(0xff909090)
- weird_green → const Color
-
const Color(0xff59de9e)
- white → const Color
-
const Color(0xfff4f4f4)
- white_five → const Color
-
const Color(0xffe2e2e2)
- white_four → const Color
-
const Color(0xfff8f8f8)
- white_six → const Color
-
const Color(0xffe6e6e6)
- white_three → const Color
-
const Color(0xffd4d4d4)
- white_two → const Color
-
const Color(0xfffafafa)