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