MealProgressBar constructor
Implementation
const MealProgressBar({
Key? key,
required this.totalMeals,
required this.addedMeals,
required this.currentScreenWidth,
}) : super(key: key);
const MealProgressBar({
Key? key,
required this.totalMeals,
required this.addedMeals,
required this.currentScreenWidth,
}) : super(key: key);