didPush method

  1. @override
void didPush()
override

Called when this route has been pushed onto the navigator.

Implementation

@override
void didPush() {
  super.didPush();
  FocusManager.instance.pushDialogScope();
}