NavBottomBar class

Constructors

Properties

backgroundColor Color?
getter/setter pair
bar BottomNavigationBar?
no setter
currentIndex int?
getter/setter pair
elevation double?
getter/setter pair
fixedColor Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hide bool?
getter/setter pair
iconSize double?
getter/setter pair
items List<BottomNavigationBarItem>?
getter/setter pair
key Key?
getter/setter pair
onTap ValueChanged<int>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedFontSize double?
getter/setter pair
selectedIconTheme IconThemeData?
getter/setter pair
selectedItemColor Color?
getter/setter pair
selectedLabelStyle TextStyle?
getter/setter pair
showSelectedLabels bool?
getter/setter pair
showUnselectedLabels bool?
getter/setter pair
type BottomNavigationBarType?
getter/setter pair
unselectedFontSize double?
getter/setter pair
unselectedIconTheme IconThemeData?
getter/setter pair
unselectedItemColor Color?
getter/setter pair
unselectedLabelStyle TextStyle?
getter/setter pair

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

Operators

operator ==(Object other) bool
The equality operator.
inherited