onFocus property

FutureOr<void> Function(TextFieldState)? onFocus
final

Callback, called when the text has finished changing.

This callback is fired only when the text is changed on:

Implementation

final FutureOr<void> Function(TextFieldState)? onFocus;