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,13 +169,13 @@ 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(
gradient: LinearGradient( gradient: LinearGradient(