menu
messenger
store/pagination.dart
Pagination
<
T
,
C
,
K
>
nextLoading property
nextLoading
dark_mode
light_mode
nextLoading
property
RxBool
nextLoading
final
Indicator whether the
next
page of
items
is being fetched.
Implementation
final RxBool nextLoading = RxBool(false);
messenger
pagination
Pagination
<
T
,
C
,
K
>
nextLoading property
Pagination class