focusNode property
Defines the keyboard focus for this widget. showing when it is tapped by calling EditableTextState.requestKeyboard().
Implementation
/// showing when it is tapped by calling [EditableTextState.requestKeyboard()].
final FocusNode? focusNode;