Mapping between string themes and ThemeMode enum
final themeMap = { "dark": ThemeMode.dark, "light": ThemeMode.light, };