onFinishEditing property

VoidCallback onFinishEditing
final

Any code that should run when the user finishes editing the field. This should be where your logic code that modifies a DB entry / object goes.

Implementation

final VoidCallback onFinishEditing;