onDialogShown property
void Function()?
onDialogShown
getter/setter pair
Called whenever a dialog is shown in the editor. The dialogs will be either the link, image, video, or help dialogs.
Implementation
void Function()? onDialogShown;