withThemeReference method
- String value
Replaces ChartDocumentExtractOptions.themeReference with value.
Implementation
ChartDocumentExtractOptions withThemeReference(String value) =>
copyWith(themeReference: value);
Replaces ChartDocumentExtractOptions.themeReference with value.
ChartDocumentExtractOptions withThemeReference(String value) =>
copyWith(themeReference: value);