ImageEditorCustomWidgets constructor

const ImageEditorCustomWidgets({
  1. Widget? removeLayer,
  2. PreferredSizeWidget? appBar,
  3. PreferredSizeWidget? appBarPaintingEditor,
  4. PreferredSizeWidget? appBarTextEditor,
  5. PreferredSizeWidget? appBarCropRotateEditor,
  6. PreferredSizeWidget? appBarFilterEditor,
  7. PreferredSizeWidget? appBarBlurEditor,
  8. Widget? bottomNavigationBar,
  9. Widget? bottomBarPaintingEditor,
  10. Widget? bottomBarTextEditor,
  11. Widget? whatsAppBottomWidget,
  12. Future<bool> closeWarningDialog()?,
})

Creates an instance of the CustomWidgets class with the specified properties.

Implementation

const ImageEditorCustomWidgets({
  this.removeLayer,
  this.appBar,
  this.appBarPaintingEditor,
  this.appBarTextEditor,
  this.appBarCropRotateEditor,
  this.appBarFilterEditor,
  this.appBarBlurEditor,
  this.bottomNavigationBar,
  this.bottomBarPaintingEditor,
  this.bottomBarTextEditor,
  this.whatsAppBottomWidget,
  this.closeWarningDialog,
});