fix shimmer size

This commit is contained in:
Salvatore Giordano
2020-12-31 16:36:53 +01:00
parent 0fea3ab64a
commit 35adbde641
+5
View File
@@ -380,6 +380,10 @@ class _ChannelListViewState extends State<ChannelListView>
width: 40, width: 40,
), ),
), ),
contentPadding: const EdgeInsets.only(
left: 8,
right: 8,
),
title: Align( title: Align(
alignment: Alignment.centerLeft, alignment: Alignment.centerLeft,
child: Container( child: Container(
@@ -394,6 +398,7 @@ class _ChannelListViewState extends State<ChannelListView>
), ),
), ),
subtitle: Row( subtitle: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [ children: [
Align( Align(
alignment: Alignment.centerLeft, alignment: Alignment.centerLeft,