stopLoading method

void stopLoading()

Stop loading and go back to idle

Implementation

void stopLoading() {
  _state = ButtonState.idle;
  _disabled = false;
}