menu
kaeru package
documentation
widget/kaeru_widget/composables/use_request/request/controller.dart
RequestController<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;
kaeru package
documentation
widget/kaeru_widget/composables/use_request/request/controller
RequestController<T>
loading property
RequestController class