MyFaderForm constructor Null safety

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

Implementation

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