FlyingNavigationBar constructor
const
FlyingNavigationBar({})
Implementation
const FlyingNavigationBar({
super.key,
required this.onTap,
required this.selectedPageIndex,
required this.backgroundColor,
required this.borderRadius,
required this.navItems,
});