background method

String background(
  1. AsciiInk colour
)

Paints the background behind the text.

Implementation

String background(AsciiInk colour) => _wrap(colour.bg);