FcNavigationBar constructor
const
FcNavigationBar({})
Implementation
const FcNavigationBar({
Key? key,
required this.items,
this.currentIndex = 0,
this.selectedItemColor,
this.unselectedItemColor,
this.onTap,
}) : super(key: key);