Settings constructor

Settings({
  1. int extraLines = 2,
  2. int tabSize = 4,
  3. bool loc = true,
  4. String? source,
})

Implementation

Settings(
    {this.extraLines = 2, this.tabSize = 4, this.loc = true, this.source});