AppendedSliverChildBuilderDelegate class
A SliverChildBuilderDelegate with an extra item (appendixBuilder) added to the end.
To include list separators, use AppendedSliverChildBuilderDelegate.separated.
- Inheritance
-
- Object
- SliverChildDelegate
- SliverChildBuilderDelegate
- AppendedSliverChildBuilderDelegate
Constructors
- AppendedSliverChildBuilderDelegate({required IndexedWidgetBuilder builder, required int childCount, WidgetBuilder? appendixBuilder, bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, SemanticIndexCallback? semanticIndexCallback})
- AppendedSliverChildBuilderDelegate.separated({required IndexedWidgetBuilder builder, required int childCount, required IndexedWidgetBuilder separatorBuilder, WidgetBuilder? appendixBuilder, bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true})
Properties
- addAutomaticKeepAlives → bool
-
Whether to wrap each child in an AutomaticKeepAlive.
finalinherited
- addRepaintBoundaries → bool
-
Whether to wrap each child in a RepaintBoundary.
finalinherited
- addSemanticIndexes → bool
-
Whether to wrap each child in an IndexedSemantics.
finalinherited
- builder → NullableIndexedWidgetBuilder
-
Called to build children for the sliver.
finalinherited
- childCount → int?
-
The total number of children this delegate can provide.
finalinherited
- estimatedChildCount → int?
-
Returns an estimate of the number of children this delegate will build.
no setterinherited
- findChildIndexCallback → ChildIndexGetter?
-
Called to find the new index of a child based on its key in case of reordering.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semanticIndexCallback → SemanticIndexCallback
-
A SemanticIndexCallback which is used when addSemanticIndexes is true.
finalinherited
- semanticIndexOffset → int
-
An initial offset to add to the semantic indexes generated by this widget.
finalinherited
Methods
-
build(
BuildContext context, int index) → Widget? -
Returns the child with the given index.
inherited
-
debugFillDescription(
List< String> description) → void -
Add additional information to the given description for use by toString.
inherited
-
didFinishLayout(
int firstIndex, int lastIndex) → void -
Called at the end of layout to indicate that layout is now complete.
inherited
-
estimateMaxScrollOffset(
int firstIndex, int lastIndex, double leadingScrollOffset, double trailingScrollOffset) → double? -
Returns an estimate of the max scroll extent for all the children.
inherited
-
findIndexByKey(
Key key) → int? -
Find index of child element with associated key.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shouldRebuild(
covariant SliverChildBuilderDelegate oldDelegate) → bool -
Called whenever a new instance of the child delegate class is
provided to the sliver.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited