Flutter
widgets
Color
red
red
Flutter
widgets
Color
red
property
red
Flutter
widgets
Color
Static methods
lerp
Constructors
Color
fromARGB
fromRGBO
Properties
alpha
blue
green
hashCode
opacity
red
value
runtimeType
Operators
operator ==
Methods
toString
withAlpha
withBlue
withGreen
withOpacity
withRed
noSuchMethod
int
red
The red channel of this color in an 8 bit value.
Source
int get red => (0x00ff0000 & value) >> 16;