TFormRow.customCell constructor

TFormRow.customCell({
  1. String? tag,
  2. String title = "",
  3. Widget? widget,
  4. bool require = false,
})

Implementation

TFormRow.customCell({
  this.tag,
  this.title = "",
  this.widget,
  this.require = false,
});