LoadingEditorDialog constructor

const LoadingEditorDialog({
  1. Key? key,
  2. required EditorController editorController,
})

Implementation

const LoadingEditorDialog({
  super.key,
  required this.editorController,
});