ColorCSS class

ColorCSS base on Flutter class: Color

Constructors

ColorCSS(int value)
const
ColorCSS.fromARGB(int a, int r, int g, int b)
const
ColorCSS.fromRGBO(int r, int g, int b, double opacity)
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

build() String
text getter String color for CSS HTML
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withAlpha(int a) ColorCSS
withOpacity(double opacity) ColorCSS

Operators

operator ==(Object other) bool
The equality operator.
inherited