WeLoadmore constructor

WeLoadmore({
  1. bool loading = false,
  2. Widget loadingChild = _loadingChild,
  3. Widget moreChild = _moreChild,
})

Implementation

WeLoadmore(
    {this.loading = false,
    this.loadingChild = _loadingChild,
    this.moreChild = _moreChild});