AuthButton constructor
const
AuthButton({})
Implementation
const AuthButton({
super.key,
required this.label,
required this.onPressed,
this.isLoading = false,
this.backgroundColor,
this.textColor,
this.width,
this.height,
});