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