TFormRow.customCellBuilder constructor
TFormRow.customCellBuilder({})
Implementation
TFormRow.customCellBuilder({
this.tag,
this.state,
this.title = "",
required this.widgetBuilder,
this.require = true,
this.requireMsg,
this.validator,
});