AppTheme constructor
AppTheme({})
Implementation
AppTheme({
required this.primary,
required this.secondary,
this.darkTheme = false,
this.backgroundLight = const Color(0xffeeeeee),
this.backgroundDark = const Color(0xff222222),
this.textLight = const Color(0xff444444),
this.textDark = const Color(0xffffffff),
});