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