TableCellBorder constructor
TableCellBorder({
- OptionalColor? color,
- String? dashStyle,
- Dimension? width,
Implementation
TableCellBorder({
this.color,
this.dashStyle,
this.width,
});