ImageEditorConvertedCallbacks mixin

A mixin that provides access to various editor callback configurations.

This mixin allows classes to access specific callback configurations for different editor functionalities such as paint, text, crop/rotate, filter, and blur operations within an image editor.

Mixin applications

Properties

blurEditorCallbacks BlurEditorCallbacks?
Provides access to the blur editor callbacks.
no setter
callbacks ProImageEditorCallbacks
Returns the main configuration options for the editor.
no setter
cropRotateEditorCallbacks CropRotateEditorCallbacks?
Provides access to the crop/rotate editor callbacks.
no setter
filterEditorCallbacks FilterEditorCallbacks?
Provides access to the filter editor callbacks.
no setter
hashCode int
The hash code for this object.
no setterinherited
paintEditorCallbacks PaintEditorCallbacks?
Provides access to the paint editor callbacks.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textEditorCallbacks TextEditorCallbacks?
Provides access to the text editor callbacks.
no setter
tuneEditorCallbacks TuneEditorCallbacks?
Provides access to the tune editor callbacks.
no setter

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