DialogForm constructor
const
DialogForm({})
Implementation
const DialogForm({
super.key,
this.formKey,
this.wrapWithDisplayAreaSizeProvider = true,
this.isBodyScrollable = false,
this.formViewHeight = 0.0,
this.nonScrollableHeight = 122.0,
required this.title,
required this.body,
required this.actions,
this.onCloseDialog,
});