removed asset image temporary

This commit is contained in:
Kima 2023-09-02 20:54:50 +02:00
parent ac9e3e9ff3
commit 7517fd976a

View File

@ -169,12 +169,12 @@ class _GoalStateScreenState extends State<GoalStateScreen> {
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(