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