Thanks, this is exactly what I needed. I might add that my LoginPage
Navigator.pushReplacement(context, MaterialPageRoute( builder: (context) => const HomePage(title: 'xxx'), ),);