SFProfileView constructor
const
SFProfileView({
- Key? key,
- required ProfileFormData additionalData,
- ProfileModel? profileModel,
- required dynamic onSubmit(),
- List<
Widget> children = const [],
Implementation
const SFProfileView({
super.key,
required this.additionalData,
this.profileModel,
required this.onSubmit,
this.children = const [],
});