menu
Flutter
dart:ui
Color
red property
red
dark_mode
light_mode
red
property
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
Cookies management controls