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