authenticationPages property

RxMap<AuthPage, Widget> authenticationPages
getter/setter pair

Implementation

RxMap<AuthPage, Widget> authenticationPages =
    {
      AuthPage.login: const LoginPage(),
      AuthPage.signUp: const SignUpPage(),
      AuthPage.forgotPassword: const ForgotPasswordPage(),
      AuthPage.termsAndPolicy:
          const TermsAndDataPolicyPage(),
    }.obs;