getHeaderStyle method
Returns the PDF header text style.
Implementation
TextStyle getHeaderStyle(ColorScheme colors) {
return headerStyle ?? TextStyle(fontWeight: FontWeight.bold, fontSize: 10, color: colors.onSurfaceVariant.toPdfColor());
}
Returns the PDF header text style.
TextStyle getHeaderStyle(ColorScheme colors) {
return headerStyle ?? TextStyle(fontWeight: FontWeight.bold, fontSize: 10, color: colors.onSurfaceVariant.toPdfColor());
}