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