menu
cliweave package
documentation
terminal.dart
Picocolors
dim method
dim method
dark_mode
light_mode
dim
method
String
dim
(
String
input
)
Applies the dim style to
input
.
Implementation
String dim(String input) => _dim(input);
cliweave package
documentation
terminal
Picocolors
dim method
Picocolors class