BorderSide constructor
const
BorderSide({
- PdfColor color = PdfColors.black,
- double width = 1.0,
- BorderStyle style = BorderStyle.solid,
Creates the side of a border.
Implementation
const BorderSide({
this.color = PdfColors.black,
this.width = 1.0,
this.style = BorderStyle.solid,
});