HakariOption constructor

HakariOption({
  1. int iter = 100,
  2. int emphasisAnsiColor = 10,
  3. int maxLineCharNum = 80,
  4. int barAnsiColor = 30,
})

Implementation

HakariOption({
  this.iter = 100,
  this.emphasisAnsiColor = 10,
  this.maxLineCharNum = 80,
  this.barAnsiColor = 30,
});