IngredientListWidget constructor
const
IngredientListWidget({
- required List<
Ingredient> ingredients, - Key? key,
- TextStyle? sectionTitleStyle,
- TextStyle? contentStyle,
Creates an instance of IngredientListWidget.
Implementation
const IngredientListWidget({
required this.ingredients, super.key,
this.sectionTitleStyle,
this.contentStyle,
});