Merge branch 'master' into feat/pin-message

This commit is contained in:
Sahil Kumar
2021-02-19 18:11:12 +05:30
committed by GitHub
2 changed files with 44 additions and 25 deletions
@@ -64,7 +64,10 @@ class ChannelListCore extends StatefulWidget {
this.filter,
this.options,
this.sort,
this.pagination,
this.pagination = const PaginationParams(
offset: 0,
limit: 25,
),
this.channelListController,
}) : assert(errorBuilder != null),
assert(emptyBuilder != null),