menu
kaeru package
documentation
widget/kaeru_widget/composables/use_request/pagination/controller.dart
PaginationController<T>
loading property
loading property
dark_mode
light_mode
loading
property
Ref
<
bool
>
loading
final
The loading state of the request. It is a
Ref
.
Implementation
final Ref<bool> loading = ref(false);
kaeru package
documentation
widget/kaeru_widget/composables/use_request/pagination/controller
PaginationController<T>
loading property
PaginationController class