EditFormatParams constructor

EditFormatParams(
  1. String file,
  2. int selectionOffset,
  3. int selectionLength, {
  4. int? lineLength,
})

Implementation

EditFormatParams(this.file, this.selectionOffset, this.selectionLength,
    {this.lineLength});