MyTutorialEntryForm constructor Null safety

MyTutorialEntryForm(
  1. {required AppModel app,
  2. FormAction? formAction,
  3. ActionModel? submitAction}
)

Implementation

MyTutorialEntryForm({required this.app, this.formAction, this.submitAction});