TableItem constructor

TableItem({
  1. String? title = '',
  2. Widget? widget,
})

width of column

default is 100

Implementation

TableItem({
  this.title = '',
  this.widget,
});