RegisterScreen constructor
const
RegisterScreen({})
Implementation
const RegisterScreen({
Key? key,
this.config,
required this.onSubmit,
this.initialData,
}) : super(key: key);
const RegisterScreen({
Key? key,
this.config,
required this.onSubmit,
this.initialData,
}) : super(key: key);