BasicConfig constructor

const BasicConfig({
  1. String title = TITLE,
  2. int limitLength = LIMIT_LENGTH,
  3. bool format = false,
})

Implementation

const BasicConfig({
  this.title = TITLE,
  this.limitLength = LIMIT_LENGTH,
  this.format = false,
});