apply method Null safety

String apply(
  1. String text,
  2. {AnsiColor bgcolor = none}
)

Implementation

String apply(String text, {AnsiColor bgcolor = none}) =>
    _apply(this, text, bgcolor: bgcolor);