onChanged property

(void Function(String value)?) onChanged
final

Function that is called when the expression inside of the math field changes,

The passed value is the TeX representation of the expression. You can make use of the provided TeXParser to convert it into a math expression.

Implementation

final void Function(String value)? onChanged;