onSubmitted property

ValueChanged<String>? onSubmitted
final

Called when the user indicates that they are done with editing the math field.

This happens e.g. when the enter key is pressed.

Note that the math field is unfocused (the focusNode is unfocused) before onSubmitted is called.

Can be null.

Implementation

final ValueChanged<String>? onSubmitted;