lightTheme constant

Map<String, String> const lightTheme

Implementation

static const Map<String, String> lightTheme = {
  'primary': primary,
  'secondary': secondary,
  'background': white,
  'surface': gray50,
  'error': danger,
  'onPrimary': white,
  'onSecondary': white,
  'onBackground': black,
  'onSurface': black,
  'onError': white,
};