withThemeMode method

ChartDocumentExtractOptions withThemeMode(
  1. ChartThemeCaptureMode value
)

Replaces ChartDocumentExtractOptions.themeMode with value.

Implementation

ChartDocumentExtractOptions withThemeMode(ChartThemeCaptureMode value) =>
    copyWith(themeMode: value);