If an initial route is defined, Navigator builds the stack with two routes: the initial one and '/' route.
Check out the example on the link showing that HomePage as the initial route has a back button that returns to '/' route.
How to make an initial route the only route on the stack?