BookletForm constructor Null safety
- {dynamic super}
Implementation
BookletForm(
{super.key,
required this.app,
required this.formAction,
required this.value,
this.submitAction});
BookletForm(
{super.key,
required this.app,
required this.formAction,
required this.value,
this.submitAction});