StickerEditorCallbacks class

A class representing callbacks for the sticker editor.

Inheritance

Constructors

StickerEditorCallbacks({dynamic onSearchChanged(String value)?, dynamic onInit()?, dynamic onAfterViewInit()?})
Creates a new instance of StickerEditorCallbacks.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onAfterViewInit → (dynamic Function()?)
Called when this object is inserted into the tree and rendered in the build.
finalinherited
onCloseEditor → (dynamic Function()?)
A callback function that is triggered when the editor is closed.
finalinherited
onDone → (dynamic Function()?)
A callback function that is triggered when the editing is done.
finalinherited
onInit → (dynamic Function()?)
Called when this object is inserted into the tree.
finalinherited
onRedo → (dynamic Function()?)
A callback function that is triggered when the redo action is performed.
finalinherited
onSearchChanged → (dynamic Function(String value)?)
A callback triggered each time the search value changes.
final
onUndo → (dynamic Function()?)
A callback function that is triggered when the undo action is performed.
finalinherited
onUpdateUI UpdateUiCallback?
A callback function that can be used to update the UI from custom widgets.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handleCloseEditor() → void
Handles the close editor action.
inherited
handleDone() → void
Handles the done action.
inherited
handleRedo() → void
Handles the redo action.
inherited
handleUndo() → void
Handles the undo action.
inherited
handleUpdateUI() → void
Handles the update UI action.
inherited
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