print_rich
library
Functions
printError (Object ? object , [RichStyle ? style ])
→ void
Prints object
as an error
printRich (Object ? object , {bool printToConsole = kDebugMode , Color ? foreground , Color ? background , bool italic = false , bool bold = false , bool underline = false , bool slowBlink = false , bool rapidBlink = false , bool invert = false , bool conceal = false , bool strike = false , bool gothic = false , bool doubleUnderline = false , bool framed = false , bool encircled = false , bool overlined = false , bool timestamp = false , DateTime ? startTime , DateFormat? timeFormatter , Color ? underlineColor , RichStyle ? style })
→ void
Print object
with settable styles and colors. Note that some parameters
and features might not be supported by your IDE. For more info regarding
supportability please look at RichStyle or visit
ANSI escape code documentation
printWarning (Object ? object , [RichStyle ? style ])
→ void
Prints object
as a warning