previous method

void previous()

Implementation

void previous() {
  _controller.value = (_controller.value - 1).roundToDouble();
}