EditorJSView constructor

const EditorJSView({
  1. Key? key,
  2. required String jsonString,
})

Implementation

const EditorJSView({super.key, required this.jsonString});