getCellStyle method

TextStyle getCellStyle(
  1. ColorScheme colors
)

Implementation

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