NavigationBarTheme constructor

const NavigationBarTheme({
  1. Color? backgroundColor,
  2. NavigationBarAlignment? alignment,
  3. Axis? direction,
  4. double? spacing,
  5. NavigationLabelType? labelType,
  6. NavigationLabelPosition? labelPosition,
  7. NavigationLabelSize? labelSize,
  8. EdgeInsetsGeometry? padding,
})

Implementation

const NavigationBarTheme({
  this.backgroundColor,
  this.alignment,
  this.direction,
  this.spacing,
  this.labelType,
  this.labelPosition,
  this.labelSize,
  this.padding,
});