TableBorderFill constructor

TableBorderFill({
  1. SolidFill? solidFill,
})

Implementation

TableBorderFill({
  this.solidFill,
});