appThemes constant

List<String> const appThemes

Implementation

static const List<String> appThemes = [
  'Light',
  'Dark',
  'System',
];