TableBorderProperties constructor
TableBorderProperties({
- String? dashStyle,
- TableBorderFill? tableBorderFill,
- Dimension? weight,
Implementation
TableBorderProperties({
this.dashStyle,
this.tableBorderFill,
this.weight,
});