NavigationBarThemeData constructor Null safety
- {double? height,
 - Color? backgroundColor,
 - Color? surfaceTintColor,
 - double? elevation,
 - Color? indicatorColor,
 - ShapeBorder? indicatorShape,
 - MaterialStateProperty<
TextStyle?> ? labelTextStyle, - MaterialStateProperty<
IconThemeData?> ? iconTheme, - NavigationDestinationLabelBehavior? labelBehavior}
 
Creates a theme that can be used for ThemeData.navigationBarTheme and NavigationBarTheme.
Implementation
const NavigationBarThemeData({
  this.height,
  this.backgroundColor,
  this.surfaceTintColor,
  this.elevation,
  this.indicatorColor,
  this.indicatorShape,
  this.labelTextStyle,
  this.iconTheme,
  this.labelBehavior,
});