Closed jeffreyliu8 closed 2 years ago
Does BottomNavigationBar
act differently?
Hello,
you can put a margin around the SalomonBottomBar, like this for example:
margin: EdgeInsets.fromLTRB( MediaQuery.of(context).size.width > 700 ? MediaQuery.of(context).size.width / 3 : 40, 5, MediaQuery.of(context).size.width > 700 ? MediaQuery.of(context).size.width / 3 : 40, 10),
Best, Paul
Please feel free to reopen if we diverge from BottomNavigationBar
behavior