menu
termui package
documentation
ui/color.dart
Color
r property
r property
dark_mode
light_mode
r
property
int
get
r
Extract the red channel (0-255).
Implementation
int get r => (argb >> 16) & 0xFF;
termui package
documentation
ui/color
Color
r property
Color class