AppTheme constructor
const
AppTheme({})
Implementation
const AppTheme({
required this.primary,
required this.secondary,
required this.accent,
required this.primaryBackground,
required this.secondaryBackground,
required this.accentBackground,
required this.buttonBackground,
required this.button,
required this.error,
});