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