menu
printx_logger package
documentation
printx_logger.dart
AnsiColors
yellow static method
yellow static method
dark_mode
light_mode
yellow
static method
String
yellow
(
String
text
)
Apply yellow color
Implementation
static String yellow(String text) => '$_yellow$text$_reset';
printx_logger package
documentation
printx_logger
AnsiColors
yellow static method
AnsiColors class