forked from firka/student-legacy
removed asset image temporary
This commit is contained in:
parent
ac9e3e9ff3
commit
7517fd976a
@ -169,12 +169,12 @@ class _GoalStateScreenState extends State<GoalStateScreen> {
|
|||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
decoration: const BoxDecoration(
|
decoration: const BoxDecoration(
|
||||||
image: DecorationImage(
|
// image: DecorationImage(
|
||||||
image:
|
// image:
|
||||||
AssetImage('assets/images/subject_covers/math_light.png'),
|
// AssetImage('assets/images/subject_covers/math_light.png'),
|
||||||
fit: BoxFit.fitWidth,
|
// fit: BoxFit.fitWidth,
|
||||||
alignment: Alignment.topCenter,
|
// alignment: Alignment.topCenter,
|
||||||
),
|
// ),
|
||||||
),
|
),
|
||||||
child: Container(
|
child: Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user