onChange property

Stream onChange

Fired whenever a change occurs to the document. changeObj has a similar type as the object passed to the editor's "change" event.

Implementation

Stream get onChange => onEvent('change', argCount: 2);