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