MonacoEditorOptions constructor
MonacoEditorOptions({
- MonacoLanguage? language,
- MonacoTheme? theme,
- String? value,
Implementation
MonacoEditorOptions({
this.language,
this.theme,
this.value,
});