MaterialNavBarData class

Constructors

MaterialNavBarData({List<BottomNavigationBarItem>? items, Color? backgroundColor, double? iconSize, double? elevation, Color? fixedColor, Key? widgetKey, void itemChanged(int)?, int? currentIndex, double? height, BottomNavigationBarType? type, Key? bottomNavigationBarKey, NotchedShape? shape, Clip? clipBehavior, double? notchMargin, double? selectedFontSize, Color? selectedItemColor, bool? showSelectedLabels, bool? showUnselectedLabels, double? unselectedFontSize, Color? unselectedItemColor, IconThemeData? selectedIconTheme, TextStyle? selectedLabelStyle, IconThemeData? unselectedIconTheme, TextStyle? unselectedLabelStyle, MouseCursor? mouseCursor, bool? enableFeedback, BottomNavigationBarLandscapeLayout? landscapeLayout, bool useLegacyColorScheme = true, EdgeInsetsGeometry? padding, Color? surfaceTintColor, Color? shadowColor})

Properties

activeColor Color?
finalinherited
backgroundColor Color?
finalinherited
bottomNavigationBarKey Key?
final
clipBehavior Clip?
final
currentIndex int?
finalinherited
elevation double?
final
enableFeedback bool?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
finalinherited
iconSize double?
finalinherited
itemChanged → (void Function(int)?)
finalinherited
items List<BottomNavigationBarItem>?
finalinherited
landscapeLayout BottomNavigationBarLandscapeLayout?
final
mouseCursor MouseCursor?
final
notchMargin double?
final
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedFontSize double?
final
selectedIconTheme IconThemeData?
final
selectedItemColor Color?
final
selectedLabelStyle TextStyle?
final
shadowColor Color?
final
shape NotchedShape?
final
showSelectedLabels bool?
final
showUnselectedLabels bool?
final
surfaceTintColor Color?
final
type BottomNavigationBarType?
final
unselectedFontSize double?
final
unselectedIconTheme IconThemeData?
final
unselectedItemColor Color?
final
unselectedLabelStyle TextStyle?
final
useLegacyColorScheme bool
final
widgetKey Key?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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