const ComponentLoginButton({ Key? key, required this.loginText, this.onPressed, }) : super(key: key);