AnsiColor.fg constructor

AnsiColor.fg(
  1. int? fg
)

Implementation

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