AppTheme constructor
AppTheme({})
Implementation
AppTheme({
required this.primary,
required this.secondary,
this.darkTheme = false,
this.background = const Color(0xffffffff),
this.text = const Color(0xff000000),
});