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