fix: Add a SliverAppBar to Contributors view and increase app bars bottom padding

This commit is contained in:
Alberto Ponces
2022-09-12 17:30:44 +01:00
parent f67425cde3
commit 779b659108
9 changed files with 108 additions and 93 deletions

View File

@ -39,7 +39,7 @@ class PatcherView extends StatelessWidget {
),
),
SliverPadding(
padding: const EdgeInsets.symmetric(horizontal: 20.0),
padding: const EdgeInsets.all(20.0),
sliver: SliverList(
delegate: SliverChildListDelegate.fixed(
<Widget>[