requestFocusCallback property
final
The callback used to move the focus from one focus node to another when traversing them using a keyboard. By default it requests focus on the next node and ensures the node is visible if it's in a scrollable.
Implementation
final TraversalRequestFocusCallback requestFocusCallback;