underlineColour method

String underlineColour(
  1. AsciiInk colour
)

Paints the underline, leaving the text its own colour.

Draws nothing on its own — chain underline (or one of the other underline shapes) as well, in either order.

Implementation

String underlineColour(AsciiInk colour) => _wrap(colour.underline);