onEditingComplete property

VoidCallback? onEditingComplete
final

A callback that is called when the editing is complete.

This field holds a function that will be called when the user has finished editing. It does not take any parameters and does not return a value.

Implementation

final VoidCallback? onEditingComplete;