EditorView constructor

const EditorView({
  1. Key? key,
})

Implementation

const EditorView({
  Key? key,
}) : super(key: key);