You can change the background color with the navBarBuilder. Thanks
navBarBuilder: (navBarConfig) => Style5BottomNavBar(
navBarConfig: navBarConfig,
navBarDecoration: const NavBarDecoration(
color: Colors.black,
),
),