onEditingComplete property

void Function(String value) onEditingComplete
final

Called when the user indicates that they are done editing the text in the field.

Implementation

final void Function(String value) onEditingComplete;