Future<void> push(Widget toPage) async { await Navigator.push(this, MaterialPageRoute(builder: (_) => toPage)); }