isLoading property

bool isLoading

Accessible within GetxControllerPlus Also accessed by support Widget LoadAwareGetView.

Implementation

bool get isLoading;
  1. @protected
void isLoading=(bool value)

Implementation is expected to mutate the isLoading value.

Implementation

@protected
set isLoading(bool value,);