onEditingComplete property
Callback invoked when text editing is completed.
This callback is called when the text area loses focus or when the user explicitly completes editing. Unlike onSubmitted, this doesn't provide the text value.
Implementation
final VoidCallback? onEditingComplete;