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