names constant

List<String> const names

Theme names corresponding to values.

Implementation

static const names = [
  'dark',
  'light',
  'hacker',
  'ocean',
  'monokai',
  'dracula',
  'nord',
  'solarizedDark',
  'solarizedLight',
];