List<String> vscreenFocusPageNext(){ final next = vscreenFocusNextIndexList; if(next.isEmpty) return []; return _vscreenFocusPageRecursive(next); }