LoginState constructor

LoginState({
  1. BuildContext? context,
  2. bool? loader,
  3. String? username,
  4. String? password,
  5. bool? isPasswordVisible = true,
})

Implementation

LoginState({
this.context,
this.loader,
this.username,
this.password,
this.isPasswordVisible = true,
});