FlutterSliverChildDelegate.list constructor
- @FreezedUnionValue.new(FlutterSliverChildDelegate.unionValueSliverChildListDelegate)
FlutterSliverChildDelegate.list(
- @c AnyWidgetList children, {
- bool? addAutomaticKeepAlives,
- bool? addRepaintBoundaries,
- bool? addSemanticIndexes,
- 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;