|
|
@@ -84,6 +84,13 @@ class MemberPage extends BasePage<MemberController> {
|
|
|
borderRadius: BorderRadius.only(
|
|
|
topLeft: Radius.circular(20.w),
|
|
|
topRight: Radius.circular(20.w)),
|
|
|
+ boxShadow: [
|
|
|
+ BoxShadow(
|
|
|
+ color: Color.fromRGBO(0, 63, 127, 0.10),
|
|
|
+ blurRadius: 28.6,
|
|
|
+ offset: Offset(0, -20),
|
|
|
+ ),
|
|
|
+ ],
|
|
|
),
|
|
|
child: Stack(
|
|
|
children: [
|