Is a. page widget; b. its state recreated anew or remains the same as it was on the previous show of the same page by:
Navigator.pushNamed()Navigator.pop()?
Is a. page widget; b. its state recreated anew or remains the same as it was on the previous show of the same page by:
Navigator.pushNamed()Navigator.pop()?The state of a previous widget is preserved after a push from the navigator. The gestures are just ignored for the current widget while a new one is pushed into frame.