BottomNavStyle9 constructor
const
BottomNavStyle9({
- Key? key,
Implementation
const BottomNavStyle9({
final Key? key,
this.navBarEssentials = const NavBarEssentials(items: null),
}) : super(key: key);