nextFocus method

bool nextFocus ()
inherited

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() => DefaultFocusTraversal.of(context).next(this);