CustomWidgetsStandaloneEditor<EditorState> constructor

const CustomWidgetsStandaloneEditor<EditorState>({
  1. ReactiveCustomAppbar? appBar(
    1. EditorState editorState,
    2. Stream rebuildStream
    )?,
  2. ReactiveCustomWidget<Widget>? bottomBar(
    1. EditorState editorState,
    2. Stream rebuildStream
    )?,
  3. List<ReactiveCustomWidget<Widget>> bodyItems(
    1. EditorState editorState,
    2. Stream rebuildStream
    )?,
})

Implementation

const CustomWidgetsStandaloneEditor({
  this.appBar,
  this.bottomBar,
  this.bodyItems,
});