menu
xterm package
documentation
util/ansi_color.dart
AnsiColor
yellow static method
yellow static method
dark_mode
light_mode
yellow
static method
String
yellow
(
Object
text
)
Implementation
static String yellow(Object text) { return '\x1b[33m$text\x1b[39m'; }
xterm package
documentation
util/ansi_color
AnsiColor
yellow static method
AnsiColor class