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