@override void popAllAndPush(Widget widget, {bool renderScreen = false}) { _stack.clear(); push(widget, renderScreen: renderScreen); }