From 7517fd976a44705d47bc2c880695f9b26b362d08 Mon Sep 17 00:00:00 2001 From: Kima Date: Sat, 2 Sep 2023 20:54:50 +0200 Subject: [PATCH] removed asset image temporary --- .../ui/mobile/goal_planner/goal_state_screen.dart | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/filcnaplo_premium/lib/ui/mobile/goal_planner/goal_state_screen.dart b/filcnaplo_premium/lib/ui/mobile/goal_planner/goal_state_screen.dart index 19e5d3b..0141fac 100644 --- a/filcnaplo_premium/lib/ui/mobile/goal_planner/goal_state_screen.dart +++ b/filcnaplo_premium/lib/ui/mobile/goal_planner/goal_state_screen.dart @@ -169,13 +169,13 @@ class _GoalStateScreenState extends State { children: [ Container( decoration: const BoxDecoration( - image: DecorationImage( - image: - AssetImage('assets/images/subject_covers/math_light.png'), - fit: BoxFit.fitWidth, - alignment: Alignment.topCenter, - ), - ), + // image: DecorationImage( + // image: + // AssetImage('assets/images/subject_covers/math_light.png'), + // fit: BoxFit.fitWidth, + // alignment: Alignment.topCenter, + // ), + ), child: Container( decoration: BoxDecoration( gradient: LinearGradient(