PagedChildStatusBuilderDelegate<T extends PagingItem> class

Constructors

PagedChildStatusBuilderDelegate({ErrorIndicatorBuilder? firstPageErrorIndicatorBuilder, ErrorIndicatorBuilder? newPageErrorIndicatorBuilder, WidgetBuilder? firstPageProgressIndicatorBuilder, WidgetBuilder? newPageProgressIndicatorBuilder, WidgetBuilder? noItemsFoundIndicatorBuilder, WidgetBuilder? noMoreItemsIndicatorBuilder, bool animateTransitions = false, Duration transitionDuration = const Duration(milliseconds: 250)})

Properties

animateTransitions bool
Whether status transitions should be animated.
final
firstPageErrorIndicatorBuilder ErrorIndicatorBuilder?
The builder for the first page's error indicator.
final
firstPageProgressIndicatorBuilder WidgetBuilder?
The builder for the first page's progress indicator.
final
hashCode int
The hash code for this object.
no setterinherited
newPageErrorIndicatorBuilder ErrorIndicatorBuilder?
The builder for a new page's error indicator.
final
newPageProgressIndicatorBuilder WidgetBuilder?
The builder for a new page's progress indicator.
final
noItemsFoundIndicatorBuilder WidgetBuilder?
The builder for a no items list indicator.
final
noMoreItemsIndicatorBuilder WidgetBuilder?
The builder for an indicator that all items have been fetched.
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