Preload the page at index
index
bool preload(int index) { final didPreload = _tabKeys[index]?.currentState?.preload() == true; if (didPreload) { _updateChildren(); } return didPreload; }