lightTheme top-level constant

AppTheme const lightTheme

Implementation

const AppTheme lightTheme = AppTheme(
  name: 'Basic - Light',
  colors: lightPalette,
  fonts: defaultFontPalette,
);