CustomWidgetsBlurEditor constructor

const CustomWidgetsBlurEditor({
  1. ReactiveCustomAppbar? appBar(
    1. BlurEditorState editorState,
    2. Stream rebuildStream
    )?,
  2. ReactiveCustomWidget<Widget>? bottomBar(
    1. BlurEditorState editorState,
    2. Stream rebuildStream
    )?,
  3. List<ReactiveCustomWidget<Widget>> bodyItems(
    1. BlurEditorState editorState,
    2. Stream rebuildStream
    )?,
  4. CustomSlider<BlurEditorState>? slider,
})

Implementation

const CustomWidgetsBlurEditor({
  super.appBar,
  super.bottomBar,
  super.bodyItems,
  this.slider,
});