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