editor property

Editor editor
getter/setter pair

Implementation

Editor editor = Editor(
  language: 'html',
  options: EditorOptions(
    hasRegion: true,
  ),
);