List<String> get activeModules { return pageStacks.keys.where((moduleName) { return pageStacks[moduleName]?.isNotEmpty ?? false; }).toList(); }