Closed digitalheartxs closed 2 months ago
The ImageOptionsMenu
widget itself isn't customizable however you can have your custom onImageClicked
:
QuillEditorImageEmbedConfigurations(
onImageClicked: (imageSource) {},
)
and show a different menu.
@EchoEllet should we add a new way to customize the image menu?
@EchoEllet should we add a new way to customize the image menu?
We should document on how to show a different dialog with an example.
Is there an existing issue for this?
The question
I would like to remove resize option, change icons, etc. of image editing menu. Is it possible?