TableStyle constructor

TableStyle({
  1. List<TableColumnProperties>? tableColumnProperties,
})

Implementation

TableStyle({
  this.tableColumnProperties,
});