menu
cliweave package
documentation
terminal.dart
ColorTheme
dim method
dim method
dark_mode
light_mode
dim
method
String
dim
(
String
s
)
Styles
s
as secondary output.
Implementation
String dim(String s) => _pc.dim(s);
cliweave package
documentation
terminal
ColorTheme
dim method
ColorTheme class