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