SectionConfig constructor

SectionConfig({
  1. bool isShowSeeAllButton = false,
  2. int listingLimit = 0,
  3. bool renderRemote = false,
  4. int remoteCount = 0,
})

Implementation

SectionConfig({
  this.isShowSeeAllButton = false,
  this.listingLimit = 0,
  this.renderRemote = false,
  this.remoteCount = 0,
});