clearThemeReference method
Clears ChartDocumentExtractOptions.themeReference to null.
Implementation
ChartDocumentExtractOptions clearThemeReference() =>
copyWith(clearThemeReference: true);
Clears ChartDocumentExtractOptions.themeReference to null.
ChartDocumentExtractOptions clearThemeReference() =>
copyWith(clearThemeReference: true);