MySimpleImageForm constructor Null safety

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

Implementation

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