fix: user bottom sheet design

This commit is contained in:
Christian Pauly 2020-10-28 09:59:18 +01:00
parent 300e45044b
commit 0b8ac52e7f

View file

@ -153,11 +153,13 @@ class UserBottomSheet extends StatelessWidget {
),
],
),
body: ListView(
body: Column(
children: [
ContentBanner(
user.avatarUrl,
defaultIcon: Icons.person_outline,
Expanded(
child: ContentBanner(
user.avatarUrl,
defaultIcon: Icons.person_outline,
),
),
ListTile(
title: Text(L10n.of(context).username),