ColorConfig constructor

ColorConfig({
  1. int? infoRgb = 10,
  2. int? debugRgb = 14,
  3. int? warnRgb = 11,
  4. int? errorRgb = 9,
  5. bool? enableColor = true,
})

Implementation

ColorConfig({this.infoRgb = 10, this.debugRgb = 14, this.warnRgb = 11, this.errorRgb = 9,this.enableColor = true});