callbacks property
ProImageEditorCallbacks
get
callbacks
Returns the callbacks for the editor.
This getter provides access to the ProImageEditorCallbacks instance from the widget that uses the SimpleCallbacksAccess mixin.
Implementation
ProImageEditorCallbacks get callbacks => _widget.callbacks;