next method

void next()

Jumps to the next item.

Implementation

void next() {
  _controller.value = (_controller.value + 1).roundToDouble();
}