vscreenFocusPageNext method

List<String> vscreenFocusPageNext()

Implementation

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