focusNode property
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;
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.
final FocusNode? focusNode;