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