themeNames top-level constant

List<String> const themeNames

Theme names available in the application.

Implementation

const List<String> themeNames = [
  'dark',
  'light',
  'light-daltonized',
  'dark-daltonized',
  'system',
  'auto',
];