toggleIsLoading method

void toggleIsLoading()

Implementation

void toggleIsLoading() {
  isLoading = !isLoading;
  update();
}