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