AppColors constructor
Implementation
const AppColors({
required this.red,
required this.orange,
required this.yellow,
required this.green,
required this.purple,
required this.grey,
});
const AppColors({
required this.red,
required this.orange,
required this.yellow,
required this.green,
required this.purple,
required this.grey,
});