AnsiColor constructor

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

Implementation

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