fix: user bottom sheet design
This commit is contained in:
parent
300e45044b
commit
0b8ac52e7f
1 changed files with 6 additions and 4 deletions
|
|
@ -153,11 +153,13 @@ class UserBottomSheet extends StatelessWidget {
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
body: ListView(
|
body: Column(
|
||||||
children: [
|
children: [
|
||||||
ContentBanner(
|
Expanded(
|
||||||
user.avatarUrl,
|
child: ContentBanner(
|
||||||
defaultIcon: Icons.person_outline,
|
user.avatarUrl,
|
||||||
|
defaultIcon: Icons.person_outline,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(L10n.of(context).username),
|
title: Text(L10n.of(context).username),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue