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