AnsiColor.fg constructor

const AnsiColor.fg(
  1. int? fg
)

Implementation

const AnsiColor.fg(this.fg)
    : bg = null,
      color = true;