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