String? currentTutorial(Type page) { if (_tutorials[page]?.completed ?? true) { return null; } return _tutorials[page]?.current; }