FBottomNavigationBar constructor
const
FBottomNavigationBar({
- required List<
Widget> children, - FBottomNavigationBarStyle? style,
- ValueChanged<
int> ? onChange, - int index = -1,
- Key? key,
Creates a FBottomNavigationBar with FBottomNavigationBarItems.
See FBottomNavigationBarItem for the items in a bottom navigation bar.
Implementation
const FBottomNavigationBar({
required this.children,
this.style,
this.onChange,
this.index = -1,
super.key,
});