focusNode property
Focus node used to edit text. This focus node will be listened to by the UI to determine user input.
If a node is not provided, one will be used by default. However, you won't be able to listen to changes in user input focus.
Implementation
final FocusNode? focusNode;