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