tick method
void
tick()
Advance the spinner to the next frame (manual control).
Implementation
void tick() {
_useWallClock = false;
_manualTicks++;
}
Advance the spinner to the next frame (manual control).
void tick() {
_useWallClock = false;
_manualTicks++;
}