removeOverlay static method
void
removeOverlay()
Implementation
static void removeOverlay() {
if (_overlayEntry != null) {
_overlayEntry!.remove();
_overlayEntry = null;
}
// Note: onTapProvided is called in InputDoneView.onPressed, not here
// to avoid double-calling when Done button is tapped
}