ProImageEditorCallbacks class

A class representing callbacks for the Image Editor.

Constructors

ProImageEditorCallbacks({ImageEditingCompleteCallback? onImageEditingComplete, ThumbnailGeneratedCallback? onThumbnailGenerated, dynamic onImageEditingStarted()?, ImageEditingEmptyCallback? onCloseEditor, MainEditorCallbacks? mainEditorCallbacks, PaintEditorCallbacks? paintEditorCallbacks, TextEditorCallbacks? textEditorCallbacks, CropRotateEditorCallbacks? cropRotateEditorCallbacks, FilterEditorCallbacks? filterEditorCallbacks, BlurEditorCallbacks? blurEditorCallbacks})
Creates a new instance of ProImageEditorCallbacks.
const

Properties

blurEditorCallbacks BlurEditorCallbacks?
Callbacks from the blur editor.
final
cropRotateEditorCallbacks CropRotateEditorCallbacks?
Callbacks from the crop-rotate editor.
final
filterEditorCallbacks FilterEditorCallbacks?
Callbacks from the filter editor.
final
hashCode int
The hash code for this object.
no setterinherited
mainEditorCallbacks MainEditorCallbacks?
Callbacks from the main editor.
final
onCloseEditor ImageEditingEmptyCallback?
A callback function that will be called before the image editor will close.
final
onImageEditingComplete ImageEditingCompleteCallback?
A callback function that will be called when the editing is done, and it returns the edited image as a Uint8List with the format jpg.
final
onImageEditingStarted → (dynamic Function()?)
A callback function that is triggered when the image generation is started.
final
onThumbnailGenerated ThumbnailGeneratedCallback?
A callback function that is called when the editing is complete and the thumbnail image is generated, along with capturing the original image as a raw ui.Image.
final
paintEditorCallbacks PaintEditorCallbacks?
Callbacks from the paint editor.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textEditorCallbacks TextEditorCallbacks?
Callbacks from the text editor.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited