Settings constructor

Settings({
  1. bool? showRegisterOption,
  2. bool? showForgotPassword,
  3. bool? showPasswordLessLogin,
  4. bool? showRememberMe,
  5. bool? showFederationLogin,
})

Implementation

Settings(
    {this.showRegisterOption,
      this.showForgotPassword,
      this.showPasswordLessLogin,
      this.showRememberMe,
      this.showFederationLogin});