void openPage(Widget page, {bool forceRedraw = false}) { state.currentPage = page; refreshApp(forceRedraw: forceRedraw); }