getCellStyle method
Returns the PDF cell text style.
Implementation
TextStyle getCellStyle(ColorScheme colors) {
return cellStyle ?? TextStyle(fontWeight: FontWeight.normal, fontSize: 10, color: colors.onSurface.toPdfColor());
}
Returns the PDF cell text style.
TextStyle getCellStyle(ColorScheme colors) {
return cellStyle ?? TextStyle(fontWeight: FontWeight.normal, fontSize: 10, color: colors.onSurface.toPdfColor());
}