AbstractNavigationButton constructor
const
AbstractNavigationButton({
- Key? key,
- double? spacing,
- Widget? label,
- AbstractButtonStyle? style,
- AlignmentGeometry? alignment,
- bool? enabled,
- NavigationOverflow overflow = NavigationOverflow.marquee,
- AlignmentGeometry? marginAlignment,
- required Widget child,
Implementation
const AbstractNavigationButton({
super.key,
this.spacing,
this.label,
this.style,
this.alignment,
this.enabled,
this.overflow = NavigationOverflow.marquee,
this.marginAlignment,
required this.child,
});