menu
editorjs_flutter_view package
documentation
models/editorjs_models.dart
EditorJSBlock
EditorJSBlock.new constructor
EditorJSBlock.new constructor
dark_mode
light_mode
EditorJSBlock
constructor
EditorJSBlock
(
{
required
String
type
,
required
Map
<
String
,
dynamic
>
data
,
})
Implementation
EditorJSBlock({required this.type, required this.data});
editorjs_flutter_view package
documentation
models/editorjs_models
EditorJSBlock
EditorJSBlock.new constructor
EditorJSBlock class