hide method

void hide()

Implementation

void hide() {
  value = GuidingValue.custom(
    visible: false,
    step: value.step,
  );
}