underline property
String
get
underline
Paints the underline this colour, leaving the text its own colour.
Only shows where an underline is already on — see AsciiFormats.underline, or the AsciiStyledString.underline getter if you are chaining onto a string. Cleared by RESET_UNDERLINE_COLOUR or by reset.
Implementation
String get underline => '${CSI}58;$parameters$SGR';