themeMap top-level property

Map<String, ThemeMode> themeMap
final

Mapping between string themes and ThemeMode enum

Implementation

final themeMap = {
  "dark": ThemeMode.dark,
  "light": ThemeMode.light,
};