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