mt-akar / bottom_nav_layout

A quick and powerful Flutter layout with a bottom navbar.
https://pub.dev/packages/bottom_nav_layout
MIT License
35 stars 11 forks source link

Change background color #11

Closed behiunforgiven closed 2 years ago

behiunforgiven commented 2 years ago

Is it possible to change the background color of the nav layout?

Colton127 commented 2 years ago

The package utilizes whatever bottomNavBar you choose. There's no background color to the package.

Stock Bottom nav bar background color can be changed via:

BottomNavigationBar(
backgroundColor: Colors.black