refreshRepopControllers function

void refreshRepopControllers()

Implementation

void refreshRepopControllers() {
  _poppedWidgets.refresh();
  _popPositionOffset.refresh();
  // Reset the dismiss animation notifier for the next pop
  _shouldAnimateOutNotifier.value = false;
}