stopSpinner method

void stopSpinner()

Stops the spinner.

Implementation

void stopSpinner() {
  _showSpinner = false;
}