clearThemeReference method

ChartDocumentExtractOptions clearThemeReference()

Clears ChartDocumentExtractOptions.themeReference to null.

Implementation

ChartDocumentExtractOptions clearThemeReference() =>
    copyWith(clearThemeReference: true);