GColors class abstract

A class that defines the application's color palette. All colors should be defined here for consistency across the app.

Constructors

GColors()

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

lightTheme ThemeData
no setter

Static Methods

fromHex(String hexColor) Color
toHex(Color color) String
withOpacity(Color color, double opacity) Color
withOpacityHex(String hexColor, double opacity) Color

Constants

background → const Color
disabled → const Color
divider → const Color
error → const Color
gmana → const Color
gmanaMaterial → const MaterialColor
info → const Color
overlay → const Color
success → const Color
surface → const Color
textHint → const Color
textPrimary → const Color
textSecondary → const Color
warning → const Color