LoginPage constructor
const
LoginPage({})
Implementation
const LoginPage({
super.key,
this.title,
this.backgroundPath,
this.iconPath,
this.onLogin,
this.titleStyle,
this.userLabel = 'Usuario',
this.passwordLabel = 'ContraseƱa',
this.minPasswordLength = 6,
this.maxPasswordLength = 20,
this.backgroundButtonColor,
this.contentFlex = 1,
});