hide method

void hide()

Implementation

void hide() {
  value = value.copyWith(
    show: false,
  );
}