PrependLoadStateBuilder<PageKey, Value> constructor
const
PrependLoadStateBuilder<PageKey, Value> ({
- Key? key,
- required DataSource<
PageKey, Value> dataSource, - required Widget builder(
- BuildContext context,
- bool hasMore,
- bool isLoading
Creates a PrependLoadStateBuilder.
Implementation
const PrependLoadStateBuilder({
super.key,
required this.dataSource,
required this.builder,
});