TypicalFoodDetailsPage constructor
- {Key? key,
- required TypicalFood food}
Implementation
const TypicalFoodDetailsPage({Key? key, required this.food})
: super(key: key);
const TypicalFoodDetailsPage({Key? key, required this.food})
: super(key: key);