File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ class _LogMealsScreenState extends State<LogMealsScreen> {
36
36
37
37
@override
38
38
Widget build (BuildContext context) {
39
- final nutritionalPlan =
40
- ModalRoute .of (context)! .settings.arguments as NutritionalPlan ;
39
+ final nutritionalPlan = ModalRoute .of (context)! .settings.arguments as NutritionalPlan ;
41
40
42
41
return Scaffold (
43
42
appBar: AppBar (
@@ -52,8 +51,7 @@ class _LogMealsScreenState extends State<LogMealsScreen> {
52
51
child: Padding (
53
52
padding: const EdgeInsets .all (16.0 ),
54
53
child: Text (
55
- AppLocalizations .of (context)
56
- .yourCurrentNutritionPlanHasNoMealsDefinedYet,
54
+ AppLocalizations .of (context).yourCurrentNutritionPlanHasNoMealsDefinedYet,
57
55
textAlign: TextAlign .center,
58
56
style: Theme .of (context).textTheme.titleMedium,
59
57
),
You can’t perform that action at this time.
0 commit comments