menu
terminice package
documentation
testing.dart
InlineStyle
dim method
dim method
dark_mode
light_mode
dim
method
String
dim
(
String
text
)
Applies dim styling to text.
Implementation
String dim(String text) => '${theme.dim}$text${theme.reset}';
terminice package
documentation
testing
InlineStyle
dim method
InlineStyle class