ImageEditorCustomWidgets constructor
const
ImageEditorCustomWidgets({
- Widget? removeLayer,
- PreferredSizeWidget? appBar,
- PreferredSizeWidget? appBarPaintingEditor,
- PreferredSizeWidget? appBarTextEditor,
- PreferredSizeWidget? appBarCropRotateEditor,
- PreferredSizeWidget? appBarFilterEditor,
- 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,
});