MaterialNavigationBarData class

Constructors

MaterialNavigationBarData({Key? widgetKey, List<NavigationDestination>? items, double? height, Duration? animationDuration, Color? backgroundColor, double? elevation, Color? indicatorColor, ShapeBorder? indicatorShape, NavigationDestinationLabelBehavior? labelBehavior, ValueChanged<int>? onDestinationSelected, int? selectedIndex, Color? shadowColor, Color? surfaceTintColor})

Properties

animationDuration Duration?
final
backgroundColor Color?
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
indicatorColor Color?
final
indicatorShape ShapeBorder?
final
items List<NavigationDestination>?
final
labelBehavior NavigationDestinationLabelBehavior?
final
onDestinationSelected ValueChanged<int>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIndex int?
final
shadowColor Color?
final
surfaceTintColor Color?
final
widgetKey Key?
final

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