menu
jetleaf_logging package
documentation
logging.dart
AnsiOutput
white static method
white static method
dark_mode
light_mode
white
static method
String
white
(
String
text
)
Foreground: bright white.
Implementation
static String white(String text) => AnsiColor.WHITE(text);
jetleaf_logging package
documentation
logging
AnsiOutput
white static method
AnsiOutput class