AnsiUpColor constructor

AnsiUpColor({
  1. List<int>? rgb,
  2. String? className,
})

Implementation

AnsiUpColor({this.rgb, this.className});