focusNode property

FocusNode? focusNode
final

Controls the focus state of the text field.

If null, a focus node will be created internally.

Implementation

final FocusNode? focusNode;