GSFormColors class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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
-
Color(0xff171717)
- colorBackground → const Color
-
Color(0xfff5f5f5)
- colorBackgroundDark → const Color
-
Color(0xff1a1a1a)
- colorBackgroundDisable → const Color
-
Color(0xffbbbbbb)
- dividerColor → const Color
-
Color(0xffeaeaea)
- dividerColorDark → const Color
-
Color(0xff3a3939)
- green → const Color
-
Color(0xff6cd38b)
- greenOpacity → const Color
-
Color(0x1a6cd38b)
- hintTextColor → const Color
-
Color(0xff999999)
- hintTextDarkColor → const Color
-
Color(0xff505050)
- red → const Color
-
Color(0xffef5350)
- redOpacity → const Color
-
Color(0x1aef5350)
- textColor → const Color
-
Color(0xff3a3a3a)
- textColorDark → const Color
-
Color(0xfff1f0f0)
- textColorHeader → const Color
-
Color(0xff1c1c1c)
- textDarkColorHeader → const Color
-
Color(0xff939292)
- white → const Color
-
Color(0xffffffff)