Refactors widget constructors to use 'super.key' for improved readability
This update modifies the constructors of GraphErrorWidget and GuestSignupDialog to utilize 'super.key' instead of passing the key parameter explicitly. Additionally, it refines the conditional logic in the ReviewAndCheckoutScreen for better clarity and consistency. These changes aim to enhance code maintainability and readability across the application.