CustomWidgetsPaintEditor constructor

const CustomWidgetsPaintEditor({
  1. ReactiveCustomAppbar? appBar(
    1. PaintingEditorState editorState,
    2. Stream rebuildStream
    )?,
  2. ReactiveCustomWidget<Widget>? bottomBar(
    1. PaintingEditorState editorState,
    2. Stream rebuildStream
    )?,
  3. List<ReactiveCustomWidget<Widget>> bodyItems(
    1. PaintingEditorState editorState,
    2. Stream rebuildStream
    )?,
  4. Widget lineWidthCloseButton(
    1. PaintingEditorState editorState,
    2. dynamic tap()
    )?,
  5. CustomSlider<PaintingEditorState>? sliderLineWidth,
  6. CustomColorPicker<PaintingEditorState>? colorPicker,
})

Implementation

const CustomWidgetsPaintEditor({
  super.appBar,
  super.bottomBar,
  super.bodyItems,
  this.lineWidthCloseButton,
  this.sliderLineWidth,
  this.colorPicker,
});