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