NavigationBarTheme constructor
const
NavigationBarTheme({
- Color? backgroundColor,
- NavigationBarAlignment? alignment,
- Axis? direction,
- double? spacing,
- NavigationLabelType? labelType,
- NavigationLabelPosition? labelPosition,
- NavigationLabelSize? labelSize,
- EdgeInsetsGeometry? padding,
Implementation
const NavigationBarTheme({
this.backgroundColor,
this.alignment,
this.direction,
this.spacing,
this.labelType,
this.labelPosition,
this.labelSize,
this.padding,
});