GNForm constructor
const
GNForm({})
Implementation
const GNForm({
super.key,
required this.formKey,
required this.child,
this.dialogTitle,
this.dialogMessage,
this.isAlertFormExit = true,
});
const GNForm({
super.key,
required this.formKey,
required this.child,
this.dialogTitle,
this.dialogMessage,
this.isAlertFormExit = true,
});