menu
cliweave package
documentation
terminal.dart
Picocolors
yellow method
yellow method
dark_mode
light_mode
yellow
method
String
yellow
(
String
input
)
Applies the yellow foreground color to
input
.
Implementation
String yellow(String input) => _yellow(input);
cliweave package
documentation
terminal
Picocolors
yellow method
Picocolors class