hide method

void hide()

Implementation

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