hideOverlay method

void hideOverlay()

Implementation

void hideOverlay() {
  _overlay?.remove();
  _overlay = null;
  value = value.copyWith(isOverlayVisible: false);
}