PaginatedScrollViewData<T> class
- Annotations
Constructors
-
PaginatedScrollViewData({VoidCallback? onRetry, required DataWidgetBuilder<
T> sliverData, required Widget sliverEmpty, required Widget loading, required Widget sliverLoadingMore, required ErrorWidgetBuilder error, required ErrorWidgetBuilder sliverErrorWhenLoadingMore}) -
const
Properties
- error → ErrorWidgetBuilder
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- loading → Widget
-
final
- onRetry → VoidCallback?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sliverData
→ DataWidgetBuilder<
T> -
final
- sliverEmpty → Widget
-
final
- sliverErrorWhenLoadingMore → ErrorWidgetBuilder
-
final
- sliverLoadingMore → Widget
-
final
Methods
-
copyWith(
{VoidCallback? onRetry, DataWidgetBuilder< T> ? sliverData, Widget? sliverEmpty, Widget? loading, Widget? sliverLoadingMore, ErrorWidgetBuilder? error, ErrorWidgetBuilder? sliverErrorWhenLoadingMore}) → PaginatedScrollViewData<T> -
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