PdfGridRowStyle constructor
PdfGridRowStyle({})
Initializes a new instance of the PdfGridRowStyle class.
Implementation
PdfGridRowStyle(
{PdfBrush? backgroundBrush,
PdfBrush? textBrush,
PdfPen? textPen,
PdfFont? font}) {
_initializeRowStyle(backgroundBrush, textBrush, textPen, font);
}