VerifyCodePage constructor

VerifyCodePage({
  1. Key? key,
  2. required NuntioFooter nuntioFooter,
  3. required NuntioStyle nuntioStyle,
  4. required NuntioText nuntioText,
  5. required NuntioColor nuntioColor,
  6. required NuntioTextStyle nuntioTextStyle,
  7. required Config config,
  8. required BoxDecoration background,
  9. required Function onLogin,
  10. required String identifier,
  11. required String password,
  12. required DateTime emailExpiresAt,
})

Implementation

VerifyCodePage({
  Key? key,
  required this.nuntioFooter,
  required this.nuntioStyle,
  required this.nuntioText,
  required this.nuntioColor,
  required this.nuntioTextStyle,
  required this.logo,
  required this.config,
  required this.background,
  required this.onLogin,
  required this.identifier,
  required this.password,
  required this.emailExpiresAt,
}) : super(key: key);