ImageEditorCustomWidgets constructor

const ImageEditorCustomWidgets({
  1. CropEditorAspectRatioOptions? cropEditorAspectRatioOptions,
  2. CustomSlider? sliderFilterEditor,
  3. CustomSlider? sliderBlurEditor,
  4. CustomSlider? sliderPaintEditorLineWidth,
  5. CloseBtn? paintEditorLineWidthCloseButton,
  6. CustomColorPicker? colorPickerPaintEditor,
  7. CustomColorPicker? colorPickerTextEditor,
  8. RemoveButton? removeLayer,
  9. PreferredSizeWidget? appBar,
  10. PreferredSizeWidget? appBarPaintingEditor,
  11. PreferredSizeWidget? appBarTextEditor,
  12. PreferredSizeWidget? appBarCropRotateEditor,
  13. PreferredSizeWidget? appBarFilterEditor,
  14. PreferredSizeWidget? appBarBlurEditor,
  15. Widget? bottomNavigationBar,
  16. Widget? bottomBarPaintingEditor,
  17. Widget? bottomBarCropRotateEditor,
  18. Widget? bottomBarTextEditor,
  19. Widget? whatsAppBottomWidget,
  20. Widget? paintEditorBodyItem,
  21. Future<bool> closeWarningDialog()?,
  22. Widget? whatsAppOwnAppBarIcons,
})

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

Implementation

const ImageEditorCustomWidgets({
  this.cropEditorAspectRatioOptions,
  this.sliderFilterEditor,
  this.sliderBlurEditor,
  this.sliderPaintEditorLineWidth,
  this.paintEditorLineWidthCloseButton,
  this.colorPickerPaintEditor,
  this.colorPickerTextEditor,
  this.removeLayer,
  this.appBar,
  this.appBarPaintingEditor,
  this.appBarTextEditor,
  this.appBarCropRotateEditor,
  this.appBarFilterEditor,
  this.appBarBlurEditor,
  this.bottomNavigationBar,
  this.bottomBarPaintingEditor,
  this.bottomBarCropRotateEditor,
  this.bottomBarTextEditor,
  this.whatsAppBottomWidget,
  this.paintEditorBodyItem,
  this.closeWarningDialog,
  this.whatsAppOwnAppBarIcons,
});