SliverConfig constructor

const SliverConfig({
  1. bool error = true,
  2. bool empty = true,
  3. bool loading = true,
  4. bool data = true,
  5. EdgeInsets? padding,
})

Implementation

const SliverConfig({
  this.error = true,
  this.empty = true,
  this.loading = true,
  this.data = true,
  this.padding,
});