From 6b3773a074b411ea411ef0a1c313b62bcf24a01c Mon Sep 17 00:00:00 2001 From: guozhigq Date: Wed, 27 Sep 2023 22:22:23 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E4=B8=AA=E4=BA=BA=E4=B8=BB=E9=A1=B5?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=83=8C=E6=99=AF=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/member/view.dart | 56 +++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/lib/pages/member/view.dart b/lib/pages/member/view.dart index 789a2719..80381bbb 100644 --- a/lib/pages/member/view.dart +++ b/lib/pages/member/view.dart @@ -147,34 +147,34 @@ class _MemberPageState extends State flexibleSpace: FlexibleSpaceBar( background: Stack( children: [ - if (_memberController.face != null) - Positioned.fill( - bottom: 10, - child: Container( - decoration: BoxDecoration( - image: DecorationImage( - fit: BoxFit.fitWidth, - image: NetworkImage(_memberController.face!), - alignment: Alignment.topCenter, - isAntiAlias: true, - ), - ), - foregroundDecoration: BoxDecoration( - gradient: LinearGradient( - colors: [ - Theme.of(context) - .colorScheme - .background - .withOpacity(0.44), - Theme.of(context).colorScheme.background, - ], - begin: Alignment.topCenter, - end: Alignment.bottomCenter, - stops: const [0.0, 0.46], - ), - ), - ), - ), + // if (_memberController.face != null) + // Positioned.fill( + // bottom: 10, + // child: Container( + // decoration: BoxDecoration( + // image: DecorationImage( + // fit: BoxFit.fitWidth, + // image: NetworkImage(_memberController.face!), + // alignment: Alignment.topCenter, + // isAntiAlias: true, + // ), + // ), + // foregroundDecoration: BoxDecoration( + // gradient: LinearGradient( + // colors: [ + // Theme.of(context) + // .colorScheme + // .background + // .withOpacity(0.44), + // Theme.of(context).colorScheme.background, + // ], + // begin: Alignment.topCenter, + // end: Alignment.bottomCenter, + // stops: const [0.0, 0.46], + // ), + // ), + // ), + // ), Positioned( left: 0, right: 0,