vscreenFocusPagePrev method

List<String> vscreenFocusPagePrev()

Implementation

List<String> vscreenFocusPagePrev(){
  final prev = vscreenFocusPrevIndexList;
  if(prev.isEmpty) return [];
  return _vscreenFocusPageRecursive(prev);
}