NavBottomBar class
Constructors
-
NavBottomBar({Key? key, List<BottomNavigationBarItem>? items, ValueChanged<int>? onTap, int? currentIndex = 0, double? elevation = 8.0, BottomNavigationBarType? type, Color? fixedColor, Color? backgroundColor, double? iconSize = 24.0, Color? selectedItemColor, Color? unselectedItemColor, IconThemeData? selectedIconTheme = const IconThemeData(), IconThemeData? unselectedIconTheme = const IconThemeData(), double? selectedFontSize = 14.0, double? unselectedFontSize = 12.0, TextStyle? selectedLabelStyle, TextStyle? unselectedLabelStyle, bool? showSelectedLabels = true, bool? showUnselectedLabels, bool? hide = false})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
show({List<BottomNavigationBarItem>? items, ValueChanged<int>? onTap, int? currentIndex, double? elevation, BottomNavigationBarType? type, Color? fixedColor, Color? backgroundColor, double? iconSize, Color? selectedItemColor, Color? unselectedItemColor, IconThemeData? selectedIconTheme, IconThemeData? unselectedIconTheme, double? selectedFontSize, double? unselectedFontSize, TextStyle? selectedLabelStyle, TextStyle? unselectedLabelStyle, bool? showSelectedLabels, bool? showUnselectedLabels, bool? hide})
→ BottomNavigationBar?
-
Supply the defined BottomNavigationBar
-
toString()
→ String
-
A string representation of this object.
inherited