NavigationSidebar constructor
const
NavigationSidebar({
- Key? key,
- Color? backgroundColor,
- double? spacing,
- NavigationLabelType labelType = NavigationLabelType.expanded,
- EdgeInsetsGeometry? padding,
- BoxConstraints? constraints,
- int? index,
- ValueChanged<
int> ? onSelected, - double? surfaceOpacity,
- double? surfaceBlur,
- required List<
NavigationBarItem> children,
Implementation
const NavigationSidebar({
super.key,
this.backgroundColor,
this.spacing,
this.labelType = NavigationLabelType.expanded,
this.padding,
this.constraints,
this.index,
this.onSelected,
this.surfaceOpacity,
this.surfaceBlur,
required this.children,
});