tableHeader static method
Implementation
static pw.TextStyle tableHeader(pw.Font font, {double fontSize = 12}) {
return pw.TextStyle(
font: font,
fontSize: fontSize,
fontWeight: pw.FontWeight.bold,
color: PdfColors.white,
);
}
static pw.TextStyle tableHeader(pw.Font font, {double fontSize = 12}) {
return pw.TextStyle(
font: font,
fontSize: fontSize,
fontWeight: pw.FontWeight.bold,
color: PdfColors.white,
);
}