SliverListMode constructor

const SliverListMode({
  1. bool addAutomaticKeepAlives = false,
  2. bool addRepaintBoundaries = true,
  3. bool addSemanticIndexes = false,
})

Creates a sliver list render mode.

Implementation

const SliverListMode({
  this.addAutomaticKeepAlives = false,
  this.addRepaintBoundaries = true,
  this.addSemanticIndexes = false,
});