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