BlurEditorCallbacks class

A class representing callbacks for the blur editor.

Inheritance

Constructors

BlurEditorCallbacks({ValueChanged<double>? onBlurFactorChange, ValueChanged<double>? onBlurFactorChangeEnd, UpdateUiCallback? onUpdateUI, dynamic onDone()?, dynamic onCloseEditor()?})
Creates a new instance of BlurEditorCallbacks.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onBlurFactorChange ValueChanged<double>?
A callback function that is triggered when the blur factor changes.
final
onBlurFactorChangeEnd ValueChanged<double>?
A callback function that is triggered when the blur factor change ends.
final
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
onRedo → (dynamic Function()?)
A callback function that is triggered when the redo action is performed.
finalinherited
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

handleBlurFactorChange(double newFactor) → void
Handles the blur factor change event.
handleBlurFactorChangeEnd(double finalFactor) → void
Handles the blur factor change end event.
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