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