1
🔍 Focus Scope Access
The underlying node that manages the focus for the current widget tree. Use it for advanced focus inspection.
2
🚀 Navigation & Control
Moves the focus to the next focusable widget in the traversal order. Essential for smooth form submission flow.
Moves the focus to the previous focusable widget in the traversal order. Useful for implementing “back” logic in forms.
Instantly transfers focus to a specific, non-sequential
FocusNode.The Keyboard Slayer. Dismisses the software keyboard and removes focus from any active field.
