menu
dartutilities package
documentation
terminal/colorize.dart
ToColor
yellow method
yellow method
dark_mode
light_mode
yellow
method
String
yellow
(
)
Implementation
String yellow() { return '\x1B[33m$this\x1B[0m'; }
dartutilities package
documentation
terminal/colorize
ToColor
yellow method
ToColor extension on
String