FlutterSliverChildDelegate.listFixed constructor

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

Implementation

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