menu
paging_view package
documentation
paging_view.dart
SliverPagingList<PageKey, Value>
dataSource property
dataSource property
dark_mode
light_mode
dataSource
property
DataSource
<
PageKey
,
Value
>
dataSource
final
The
DataSource
that provides the paginated data.
Implementation
final DataSource<PageKey, Value> dataSource;
paging_view package
documentation
paging_view
SliverPagingList<PageKey, Value>
dataSource property
SliverPagingList class