menu
kaeru package
documentation
widget/kaeru_widget/composables/use_request/pagination/controller.dart
PaginationController<T>
total property
total property
dark_mode
light_mode
total
property
Ref
<
int
>
total
final
The total number of items across all pages. It is a
Ref
.
Implementation
final Ref<int> total = ref(0);
kaeru package
documentation
widget/kaeru_widget/composables/use_request/pagination/controller
PaginationController<T>
total property
PaginationController class