use SizedBox

This commit is contained in:
Salvatore Giordano
2020-02-25 13:10:40 +01:00
parent 4e073d47fd
commit 2269a3d684
4 changed files with 4 additions and 13 deletions
+1 -4
View File
@@ -43,10 +43,7 @@ class ChannelListPage extends StatelessWidget {
radius: 10,
child: Text(channelClient.state.unreadCount.toString()),
)
: SizedBox(
height: 0,
width: 0,
),
: SizedBox(),
);
},
sort: [SortOption('last_message_at')],