DecorationImage scale removed

This commit is contained in:
Bossanyi Tibor 2020-07-08 09:43:56 +02:00
parent eac21c5241
commit 520f3ece87

View File

@ -53,8 +53,6 @@ class _AccountPagePageState extends State<AccountPage> {
foregroundDecoration: BoxDecoration(
image: DecorationImage(
image: AssetImage('asset/image/WT_long_logo.png'),
//fit: BoxFit.scaleDown,
scale: 1.2,
alignment: Alignment.topRight,
),
),