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