RCKListConfig constructor

const RCKListConfig({
  1. bool showSearchBar = false,
  2. String emptyText = '暂无消息',
  3. bool enablePullToRefresh = true,
  4. int pageSize = 20,
  5. Color? backgroundColor,
})

Implementation

const RCKListConfig({
  this.showSearchBar = false,
  this.emptyText = '暂无消息',
  this.enablePullToRefresh = true,
  this.pageSize = 20,
  this.backgroundColor,
});