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