RegisterPage constructor
RegisterPage({
- Key? key,
- required NuntioStyle nuntioStyle,
- required NuntioText nuntioText,
- required NuntioColor nuntioColor,
- required NuntioTextStyle nuntioTextStyle,
- required Widget logo,
- required Config config,
- required BoxDecoration background,
- required dynamic onRegister(
- BuildContext context
- required dynamic onLogin(
- BuildContext context
- 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);