changed method

void changed()

Call this if you made some change to the widget's DOM node that might affect its height. It'll force CodeMirror to update the height of the line that contains the widget.

Implementation

void changed() => call('changed');