onEditingComplete property
Called when the user indicates that they are done editing the text in the field.
Implementation
final void Function(String value) onEditingComplete;
Called when the user indicates that they are done editing the text in the field.
final void Function(String value) onEditingComplete;