SuraColor class

Constructors

SuraColor()

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 Methods

fromCode(String code, {Color defaultColor = Colors.white}) Color
Get color from String hex code use defaultColor if there's an error
fromHexCode(int code, {Color defaultColor = Colors.white}) Color
Get color from 6 int hex code use defaultColor if there's an error
fromRGB(int r, int g, int b, [double opacity = 1]) Color
Get Color from RGB
toMaterial(int hexColor) MaterialColor
Convert your color to MaterialColor