AnsiEscape constructor

const AnsiEscape({
  1. int? backgroundColor,
  2. int? foregroundColor,
  3. bool italic = false,
})

Implementation

const AnsiEscape({this.backgroundColor, this.foregroundColor, this.italic = false});