LazyBlockBuilder({IndexedWidgetBuilder builder, TotalExtentEstimator totalExtentEstimator })

Creates a LazyBlockBuilder based on the given builder.

Source

LazyBlockBuilder({ this.builder, this.totalExtentEstimator }) {
  assert(builder != null);
}