From 520f3ece8778cd8762d483a1d858d6fd008b444b Mon Sep 17 00:00:00 2001 From: Bossanyi Tibor Date: Wed, 8 Jul 2020 09:43:56 +0200 Subject: [PATCH] DecorationImage scale removed --- lib/view/account.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/view/account.dart b/lib/view/account.dart index f4cc075..8af21fe 100644 --- a/lib/view/account.dart +++ b/lib/view/account.dart @@ -53,8 +53,6 @@ class _AccountPagePageState extends State { foregroundDecoration: BoxDecoration( image: DecorationImage( image: AssetImage('asset/image/WT_long_logo.png'), - //fit: BoxFit.scaleDown, - scale: 1.2, alignment: Alignment.topRight, ), ),