withThemeMode method
- ChartThemeCaptureMode value
Replaces ChartDocumentExtractOptions.themeMode with value.
Implementation
ChartDocumentExtractOptions withThemeMode(ChartThemeCaptureMode value) =>
copyWith(themeMode: value);
Replaces ChartDocumentExtractOptions.themeMode with value.
ChartDocumentExtractOptions withThemeMode(ChartThemeCaptureMode value) =>
copyWith(themeMode: value);