PagedChildBuilderDelegate<T extends PagingItem> class

Supplies builders for the visual components of paged views.

The generic type ItemType must be specified in order to properly identify the list item’s type.

Implementers

Constructors

PagedChildBuilderDelegate({required ItemWidgetBuilder itemBuilder, bool animateTransitions = false, Duration transitionDuration = const Duration(milliseconds: 250)})

Properties

animateTransitions bool
Whether status transitions should be animated.
final
hashCode int
The hash code for this object.
no setterinherited
itemBuilder ItemWidgetBuilder
The builder for list items.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transitionDuration Duration
The duration of animated transitions when animateTransitions is true.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited