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