EditorState constructor

EditorState({
  1. List<EditorElement>? initialElements,
})

Implementation

EditorState({List<EditorElement>? initialElements})
  : _elements = initialElements ?? [];