EditorParams constructor

const EditorParams({
  1. int tabSpaces = 2,
})

Implementation

const EditorParams({
  this.tabSpaces = 2,
});