models/editor_callbacks/pro_image_editor_callbacks library

Classes

BlurEditorCallbacks
A class representing callbacks for the blur editor.
CropRotateEditorCallbacks
A class representing callbacks for the crop-rotate editor.
FilterEditorCallbacks
A class representing callbacks for the filter editor.
MainEditorCallbacks
A class representing callbacks for the main editor.
PaintEditorCallbacks
A class representing callbacks for the paint editor.
ProImageEditorCallbacks
A class representing callbacks for the Image Editor.
TextEditorCallbacks
A class representing callbacks for the text editor.

Enums

SubEditor
An enumeration representing different types of sub-editors available in the image editor.

Typedefs

FlipCallback = dynamic Function(bool flipX, bool flipY)
A typedef representing a callback function invoked when a flip action is performed.
ImageEditingCompleteCallback = Future<void> Function(Uint8List bytes)
A typedef representing a callback function invoked when image editing is complete.
ImageEditingEmptyCallback = void Function()
A typedef representing a callback function invoked when no image editing is performed.
ThumbnailGeneratedCallback = Future<void> Function(Uint8List thumbnailBytes, Image rawImage)
A callback function type that is invoked when a thumbnail image is generated.
UpdateUiCallback = void Function()
A typedef representing a callback function invoked when the ui should update.