menu
cliweave package
documentation
terminal.dart
ColorTheme
highlight method
highlight method
dark_mode
light_mode
highlight
method
String
highlight
(
String
s
)
Highlights
s
.
Implementation
String highlight(String s) => _pc.cyan(s);
cliweave package
documentation
terminal
ColorTheme
highlight method
ColorTheme class