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