Color class

Constructors

Color(int value)
const
Color.fromARGB(int a, int r, int g, int b)
const

Properties

alpha int
no setter
blue int
no setter
green int
no setter
hashCode int
The hash code for this object.
no setterinherited
opacity double
no setter
red int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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