onFocus property
final
Callback, called when the text has finished changing.
This callback is fired only when the text is changed on:
- submit action of TextEditingController was emitted;
- focus node changed its focus;
- setter or submit was manually called.
Implementation
final FutureOr<void> Function(TextFieldState)? onFocus;