next method
void
next()
Jumps to the next item.
Implementation
void next() {
_controller.value = (_controller.value + 1).roundToDouble();
}
Jumps to the next item.
void next() {
_controller.value = (_controller.value + 1).roundToDouble();
}