CustomWidgetsMainEditor constructor

const CustomWidgetsMainEditor({
  1. Future<bool> closeWarningDialog(
    1. ProImageEditorState editor
    )?,
  2. RemoveButton? removeLayerArea,
  3. Widget wrapBody(
    1. ProImageEditorState editor,
    2. Stream rebuildStream,
    3. Widget content
    )?,
  4. ReactiveCustomAppbar? appBar(
    1. ProImageEditorState editor,
    2. Stream rebuildStream
    )?,
  5. ReactiveCustomWidget<Widget>? bottomBar(
    1. ProImageEditorState editor,
    2. Stream rebuildStream,
    3. Key key
    )?,
  6. List<ReactiveCustomWidget<Widget>> bodyItems(
    1. ProImageEditorState editor,
    2. Stream rebuildStream
    )?,
})

Implementation

const CustomWidgetsMainEditor({
  this.closeWarningDialog,
  this.removeLayerArea,
  this.wrapBody,
  this.appBar,
  this.bottomBar,
  this.bodyItems,
});