editor property

Editor editor
getter/setter pair

Implementation

Editor editor = Editor(
  defaultLanguage: 'html',
  defaultValue: '<h1> Hello World</h1>',
  path: 'index.html',
  options: EditorOptions(),
);