LoginPage constructor

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

Implementation

LoginPage({
  Key? key,
  required this.identifierInputType,
  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.onRegister,
  this.brightness,
}) {}