startLoading method

void startLoading()

Implementation

void startLoading() {
  _isLoading = true;
  rebuild();
}