OudsButton constructor
const
OudsButton({
- Key? key,
- String? label,
- String? icon,
- VoidCallback? onPressed,
- Loader? loader,
- required OudsButtonAppearance appearance,
- String? package,
Implementation
const OudsButton({
super.key,
this.label,
this.icon,
this.onPressed,
this.loader,
required this.appearance,
this.package,
});