For me was helpful this answer
On my case, using the Scaffold() as home: of MaterialApp() for testing purpose caused the issue.
Once I created a Separate HomePage() widget and used that as home: HomePage() the problem is gone.