FBottomNavigationBar constructor
const
FBottomNavigationBar({
- required List<
Widget> children, - FBottomNavigationBarStyle style()?,
- ValueChanged<
int> ? onChange, - int index = -1,
- bool safeAreaTop = false,
- bool safeAreaBottom = false,
- 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,
this.safeAreaTop = false,
this.safeAreaBottom = false,
super.key,
});