RegisterView constructor Null safety
- {Key? key,
- required ApplicationRegisterState applicationRegisterState}
The applicationRegisterState determines the current state of registration.
Implementation
const RegisterView({Key? key, required this.applicationRegisterState})
: super(key: key);