withThemeReference method

ChartDocumentExtractOptions withThemeReference(
  1. String value
)

Replaces ChartDocumentExtractOptions.themeReference with value.

Implementation

ChartDocumentExtractOptions withThemeReference(String value) =>
    copyWith(themeReference: value);