add threads example

This commit is contained in:
Salvatore Giordano
2020-02-25 13:52:15 +01:00
parent 2269a3d684
commit 3c4edf1b18
4 changed files with 134 additions and 14 deletions
+1 -2
View File
@@ -18,8 +18,7 @@ class ChannelListView extends StatefulWidget {
this.onChannelTap,
this.channelWidget,
this.channelPreviewBuilder,
}) : assert(channelWidget != null || onChannelTap != null),
super(key: key);
}) : super(key: key);
final Map<String, dynamic> filter;
final Map<String, dynamic> options;