pop(T value, {bool updateScreen = false}) { Navigator.of(context).pop(PopValue(value, updateScreen)); }