previousFocus method
inherited
Request to move the focus to the previous focus node, by calling the
FocusTraversalPolicy.previous
method.
Returns true if it successfully found a node and requested focus.
Implementation
bool previousFocus() => DefaultFocusTraversal.of(context).previous(this);