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