ImageEditorCustomWidgets constructor

const ImageEditorCustomWidgets({
  1. Widget? removeLayer,
  2. PreferredSizeWidget? appBar,
  3. PreferredSizeWidget? appBarPaintingEditor,
  4. PreferredSizeWidget? appBarTextEditor,
  5. PreferredSizeWidget? appBarCropRotateEditor,
  6. PreferredSizeWidget? appBarFilterEditor,
  7. Widget? bottomNavigationBar,
  8. Widget? bottomBarPaintingEditor,
})

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.bottomNavigationBar,
  this.bottomBarPaintingEditor,
});