LoginConfig constructor
const
LoginConfig({})
Implementation
const LoginConfig({
this.title = 'Login',
this.subtitle = 'Enter your email and password to login',
this.emailPrefix,
this.passwordPrefix,
this.forgotPasswordLabel = 'Forgot password?',
this.noAccountLabel = "Don't have an account?",
this.signUpLabel = 'Sign up',
this.buttonLabel = 'Login',
});