aboutsummaryrefslogtreecommitdiff
path: root/lib/widgets/recipe_card_widget.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/recipe_card_widget.dart')
-rw-r--r--lib/widgets/recipe_card_widget.dart5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/widgets/recipe_card_widget.dart b/lib/widgets/recipe_card_widget.dart
index 22e50ef..4828b9a 100644
--- a/lib/widgets/recipe_card_widget.dart
+++ b/lib/widgets/recipe_card_widget.dart
@@ -56,7 +56,6 @@ class _RecipeCardState extends State<RecipeCard> {
SlideFromBottomRoute(
child: RecipeView(
remote: widget.remote,
- readonly: true,
recipe: widget.recipe,
redrawCallback: widget.redrawCallback,
showToastCallback: widget.showToastCallback,
@@ -103,10 +102,10 @@ class _RecipeInfo extends StatefulWidget {
final Recipe recipe;
@override
- __RecipeInfoState createState() => __RecipeInfoState();
+ _RecipeInfoState createState() => _RecipeInfoState();
}
-class __RecipeInfoState extends State<_RecipeInfo> {
+class _RecipeInfoState extends State<_RecipeInfo> {
@override
Widget build(BuildContext context) {
return Row(