onLanguageChanged property

(void Function(String language)?) onLanguageChanged
final

Callback for when the language has changed.

This is an informative callback, and the node will be modified by the editor to reflect the new language.

Implementation

final void Function(String language)? onLanguageChanged;