onImageUpload property

ValueChanged<HtmlEditorFile>? onImageUpload
final

Callback to be called when the user inserts an image.

Implementation

final ValueChanged<HtmlEditorFile>? onImageUpload;