QuillEditorCodeBlockElementOptions constructor

const QuillEditorCodeBlockElementOptions({
  1. bool enableLineNumbers = false,
})

Implementation

const QuillEditorCodeBlockElementOptions({
  this.enableLineNumbers = false,
});