OudsNavigationButton constructor
- Key? key,
- String? label,
- VoidCallback? onPressed,
- required OudsNavigationButtonLayout layout,
- required OudsNavigationButtonAppearance appearance,
- String? package,
- Loader? loader,
- bool? isFullWidth,
- String? semanticsLabel,
Implementation
const OudsNavigationButton({
super.key,
this.label,
this.onPressed,
required this.layout,
required this.appearance,
this.package,
this.loader,
this.isFullWidth,
this.semanticsLabel,
});