LoginState constructor
LoginState({
- BuildContext? context,
- bool? loader,
- String? username,
- String? password,
- bool? isPasswordVisible = true,
Implementation
LoginState({
this.context,
this.loader,
this.username,
this.password,
this.isPasswordVisible = true,
});