ColorConstants class

Constructors

ColorConstants()

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

Static Properties

appColor → dynamic
no setter
backgroundColor Color?
getter/setter pair
borderColor Color?
getter/setter pair
dark Color
dark background color
getter/setter pair
darkTheme bool
no getter
fillColor Color?
shade of grey
getter/setter pair
light Color
getter/setter pair
lightBackgroundColor Color?
getter/setter pair
primary Color
white for darktheme, black for lightTheme.
getter/setter pair
secondary Color
black for darkTheme, white for lightTheme.
getter/setter pair
setAppColor Color
no getter

Constants

buttonHighLightColor → const Color
orange shade Color.fromARGB(255, 240, 94, 62).
redText → const Color