XFormBody constructor
const
XFormBody({})
Implementation
const XFormBody({
super.key,
required this.formKey,
required this.onChange,
required this.children,
this.emptyText = "暂无数据",
});
const XFormBody({
super.key,
required this.formKey,
required this.onChange,
required this.children,
this.emptyText = "暂无数据",
});