next method
void
next()
Implementation
void next() {
value = GuidingValue.custom(
visible: value.visible,
step: value.step + 1,
);
}
void next() {
value = GuidingValue.custom(
visible: value.visible,
step: value.step + 1,
);
}