NavigationLabel constructor
      const
      NavigationLabel({ 
    
    
- Key? key,
- AlignmentGeometry? alignment,
- bool floating = false,
- bool pinned = false,
- NavigationOverflow overflow = NavigationOverflow.clip,
- EdgeInsetsGeometry? padding,
- required Widget child,
Implementation
const NavigationLabel({
  super.key,
  this.alignment,
  this.floating = false,
  this.pinned = false,
  this.overflow = NavigationOverflow.clip,
  this.padding,
  required this.child,
});