previousFocus method

bool previousFocus()

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() => FocusTraversalGroup.of(context!).previous(this);