SliverChildBuilderDelegateOptions constructor

SliverChildBuilderDelegateOptions({
  1. int? findChildIndexCallback(
    1. Key
    )?,
  2. bool? addAutomaticKeepAlives,
  3. bool? addRepaintBoundaries,
  4. bool? addSemanticIndexes,
  5. int? semanticIndexCallback(
    1. Widget,
    2. int
    )?,
  6. int? semanticIndexOffset,
})

Implementation

SliverChildBuilderDelegateOptions({
  this.findChildIndexCallback,
  this.addAutomaticKeepAlives,
  this.addRepaintBoundaries,
  this.addSemanticIndexes,
  this.semanticIndexCallback,
  this.semanticIndexOffset,
});