|
|
@ -47,10 +47,12 @@ class OwnProfileTab extends StatelessWidget {
|
|
|
|
CupertinoListTile.notched(
|
|
|
|
CupertinoListTile.notched(
|
|
|
|
title:
|
|
|
|
title:
|
|
|
|
const Text('登录/注册', style: Styles.listTileLargeTitle),
|
|
|
|
const Text('登录/注册', style: Styles.listTileLargeTitle),
|
|
|
|
|
|
|
|
padding: const EdgeInsets.only(
|
|
|
|
|
|
|
|
left: 6, right: 14, top: 0, bottom: 0),
|
|
|
|
leading: const DummyIcon(
|
|
|
|
leading: const DummyIcon(
|
|
|
|
color: CupertinoColors.systemGrey,
|
|
|
|
color: CupertinoColors.systemGrey,
|
|
|
|
icon: CupertinoIcons.person_fill,
|
|
|
|
icon: CupertinoIcons.person_fill,
|
|
|
|
size: 56,
|
|
|
|
size: 60,
|
|
|
|
rounded: true,
|
|
|
|
rounded: true,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
leadingSize: 80,
|
|
|
|
leadingSize: 80,
|
|
|
@ -190,7 +192,7 @@ class OwnProfileTab extends StatelessWidget {
|
|
|
|
return CustomScrollView(
|
|
|
|
return CustomScrollView(
|
|
|
|
slivers: <Widget>[
|
|
|
|
slivers: <Widget>[
|
|
|
|
const CupertinoSliverNavigationBar(
|
|
|
|
const CupertinoSliverNavigationBar(
|
|
|
|
largeTitle: Text('设置'),
|
|
|
|
largeTitle: Text('我的'),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SliverSafeArea(
|
|
|
|
SliverSafeArea(
|
|
|
|
top: false,
|
|
|
|
top: false,
|
|
|
|