EmailLoginButton constructor
const
EmailLoginButton({})
Implementation
const EmailLoginButton({
super.key,
this.title = 'Continue with email',
this.titleAlign = TextAlign.center,
this.leading,
this.trailing,
this.onTap,
});