menu
scroll_pagination_flutter package
documentation
pagination_flutter.dart
PagingState<PageKeyType, ItemType>
itemList property
itemList property
dark_mode
light_mode
itemList
property
List
<
ItemType
>
?
itemList
final
List with all items loaded so far.
Implementation
final List<ItemType>? itemList;
scroll_pagination_flutter package
documentation
pagination_flutter
PagingState<PageKeyType, ItemType>
itemList property
PagingState class