TableData constructor

TableData(
  1. String label, {
  2. TextStyle? style,
  3. ValueChanged<TableData>? callBack,
  4. String? cellKey,
  5. Widget? widget,
})

Implementation

TableData(
  this.label, {
  this.style,
  this.callBack,
  this.cellKey,
  this.widget,
});