TableColumnProperties constructor

TableColumnProperties({
  1. Dimension? width,
  2. String? widthType,
})

Implementation

TableColumnProperties({
  this.width,
  this.widthType,
});