TableBorderProperties constructor

TableBorderProperties({
  1. String? dashStyle,
  2. TableBorderFill? tableBorderFill,
  3. Dimension? weight,
})

Implementation

TableBorderProperties({
  this.dashStyle,
  this.tableBorderFill,
  this.weight,
});