RegisterPage constructor

RegisterPage({
  1. Key? key,
  2. required NuntioStyle nuntioStyle,
  3. required NuntioText nuntioText,
  4. required NuntioColor nuntioColor,
  5. required NuntioTextStyle nuntioTextStyle,
  6. required Config config,
  7. required BoxDecoration background,
  8. required dynamic onRegister(
    1. BuildContext context
    ),
  9. required NuntioFooter nuntioFooter,
  10. required dynamic onLogin(
    1. BuildContext context
    ),
  11. Brightness? brightness,
})

Implementation

RegisterPage({
  Key? key,
  required this.nuntioStyle,
  required this.nuntioText,
  required this.nuntioColor,
  required this.nuntioTextStyle,
  required this.logo,
  required this.config,
  required this.background,
  required this.onRegister,
  required this.nuntioFooter,
  required this.onLogin,
  this.brightness,
}) : super(key: key);