focusNode property

FocusNode? focusNode
final

Optional custom focus node.

If provided, this focus node will be used instead of creating a new one. This is useful if you need to coordinate focus with other parts of your UI.

Implementation

final FocusNode? focusNode;