i created a method for a button to move another page
bool showSignin = true; void toggleView() { setState(() { showSignin = !showSignin; });