DecorationImage scale removed
This commit is contained in:
parent
eac21c5241
commit
520f3ece87
@ -53,8 +53,6 @@ class _AccountPagePageState extends State<AccountPage> {
|
|||||||
foregroundDecoration: BoxDecoration(
|
foregroundDecoration: BoxDecoration(
|
||||||
image: DecorationImage(
|
image: DecorationImage(
|
||||||
image: AssetImage('asset/image/WT_long_logo.png'),
|
image: AssetImage('asset/image/WT_long_logo.png'),
|
||||||
//fit: BoxFit.scaleDown,
|
|
||||||
scale: 1.2,
|
|
||||||
alignment: Alignment.topRight,
|
alignment: Alignment.topRight,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user