AppButton constructor
const
AppButton({})
Implementation
const AppButton({
super.key,
required this.label,
this.onPressed,
this.onError,
this.style = AppButtonStyle.elevated,
this.leadingIcon,
this.trailingIcon,
this.enabled = true,
this.showLoadingIndicator = true,
});