invoiceInfoLarge static method
Implementation
static pw.TextStyle invoiceInfoLarge(pw.Font font, {double fontSize = 24}) {
return pw.TextStyle(
font: font,
fontSize: fontSize,
fontWeight: pw.FontWeight.bold,
);
}
static pw.TextStyle invoiceInfoLarge(pw.Font font, {double fontSize = 24}) {
return pw.TextStyle(
font: font,
fontSize: fontSize,
fontWeight: pw.FontWeight.bold,
);
}