onChange property

(dynamic Function(String content, double height)?) onChange
final

Call when editor contents change.

content is the current content. height is the current content height, including scrollheight.

Implementation

final Function(String content, double height)? onChange;