TableCellBorder constructor

TableCellBorder({
  1. OptionalColor? color,
  2. String? dashStyle,
  3. Dimension? width,
})

Implementation

TableCellBorder({
  this.color,
  this.dashStyle,
  this.width,
});