NeomageButton constructor
const
NeomageButton({})
Implementation
const NeomageButton({
super.key,
required this.label,
this.onPressed,
this.variant = NeomageButtonVariant.primary,
this.icon,
this.isLoading = false,
this.compact = false,
});