MyPresentationForm constructor Null safety
- {required AppModel app,
- FormAction? formAction,
- ActionModel? submitAction}
Implementation
MyPresentationForm({required this.app, this.formAction, this.submitAction});
MyPresentationForm({required this.app, this.formAction, this.submitAction});