I don't understand why you created a null navigator object , instead of this you can try just use Navigator class like below
Navigator.push(context,MaterialPageRoute( builder: (context) => const Home(),),),