onChange property

Stream onChange

Fires every time the content of the editor is changed.

Implementation

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