MaterialNavigationBarData constructor
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,
Implementation
MaterialNavigationBarData({
this.widgetKey,
this.items,
this.height,
this.animationDuration,
this.backgroundColor,
this.elevation,
this.indicatorColor,
this.indicatorShape,
this.labelBehavior,
this.onDestinationSelected,
this.selectedIndex,
this.shadowColor,
this.surfaceTintColor,
});