nextFocus method

bool nextFocus()

Request to move the focus to the next focus node, by calling the FocusTraversalPolicy.next method.

Returns true if it successfully found a node and requested focus.

Implementation

bool nextFocus() => FocusTraversalGroup.of(context!).next(this);