Flutter
dart:ui
Color
green property
green
green
property
Null safety
int
green
The green channel of this color in an 8 bit value.
Implementation
int get green => (0x0000ff00 & value) >> 8;
Flutter
dart:ui
Color
green 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