0

I have a problem with my bottomNavigationBar in Flutter. When i add a bottomNavigationBar before page loaded i get this error.

 bottomNavigationBar:  _buildnavigationBar()
Cihan Kalmaz
  • 715
  • 1
  • 5
  • 19

1 Answers1

0

This fixed my issue.

bottomNavigationBar: (_controller.hasClients )  ? _buildnavigationBar() : Row() ,
Cihan Kalmaz
  • 715
  • 1
  • 5
  • 19