FlutterSliverChildDelegate.list constructor

  1. @FreezedUnionValue.new(FlutterSliverChildDelegate.unionValueSliverChildListDelegate)
FlutterSliverChildDelegate.list(
  1. @c AnyWidgetList children, {
  2. bool? addAutomaticKeepAlives,
  3. bool? addRepaintBoundaries,
  4. bool? addSemanticIndexes,
  5. int? semanticIndexOffset,
})

Implementation

@FreezedUnionValue(
    FlutterSliverChildDelegate.unionValueSliverChildListDelegate)
factory FlutterSliverChildDelegate.list(
  @AnyWidgetList.c AnyWidgetList children, {
  bool? addAutomaticKeepAlives,
  bool? addRepaintBoundaries,
  bool? addSemanticIndexes,
// SemanticIndexCallback semanticIndexCallback = _kDefaultSemanticIndexCallback,
  int? semanticIndexOffset,
}) = _FlutterSliverChildListDelegate;