MonacoEditorOptions constructor

MonacoEditorOptions({
  1. MonacoLanguage? language,
  2. MonacoTheme? theme,
  3. String? value,
})

Implementation

MonacoEditorOptions({
  this.language,
  this.theme,
  this.value,
});